| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump version after repo-copy of I4B headers. | Bjoern A. Zeeb | 2007-07-06 | 1 | -1/+1 |
| * | I4B header files were repo-copied from sys/i386/include/ to | Bjoern A. Zeeb | 2007-07-06 | 6 | -1433/+0 |
| * | I4B header files were repo-copied from sys/i386/include/ to | Bjoern A. Zeeb | 2007-07-06 | 84 | -195/+195 |
| * | I did not intend to turn -Werror on for pc98. Refine the test for | Peter Wemm | 2007-07-06 | 1 | -1/+1 |
| * | Turn on -Werror for sparc64 and sun4v. | Peter Wemm | 2007-07-06 | 1 | -1/+2 |
| * | Fix warnings. | Peter Wemm | 2007-07-06 | 2 | -3/+3 |
| * | Fix warning - add missing #include | Peter Wemm | 2007-07-06 | 1 | -0/+1 |
| * | re(4) devices requires an external EEPROM. Depending on models it | Pyun YongHyeon | 2007-07-06 | 2 | -2/+4 |
| * | Space cleanup | Xin LI | 2007-07-05 | 24 | -163/+163 |
| * | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 27 | -800/+384 |
| * | Added comments eplaining the requirement for device crypto with IPSEC | George V. Neville-Neil | 2007-07-05 | 1 | -3/+5 |
| * | Remove unused variable from pf_subr.c to make it -Werror buildable. | Max Laier | 2007-07-05 | 2 | -2/+2 |
| * | Prefer device_printf to printf + device_get_nameunit. This saves | Warner Losh | 2007-07-05 | 1 | -17/+14 |
| * | MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece of | Tai-hwa Liang | 2007-07-05 | 1 | -1/+2 |
| * | In preparation for 7.0 privilege cleanup, clean up style: | Robert Watson | 2007-07-05 | 2 | -87/+32 |
| * | Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev() | Konstantin Belousov | 2007-07-05 | 1 | -8/+9 |
| * | Revert destroy_dev() to the state before destroy_dev_sched() was introduced. | Konstantin Belousov | 2007-07-05 | 1 | -8/+2 |
| * | Properly unlock mutex before returning. There was a slight mishap | Ariff Abdullah | 2007-07-05 | 1 | -1/+3 |
| * | Turn on -Werror for i386 kernel builds. | Peter Wemm | 2007-07-05 | 1 | -1/+1 |
| * | Allow the LACP state to be queried from userland which at the moment is the | Andrew Thompson | 2007-07-05 | 4 | -0/+88 |
| * | Remove netkey directory from cscope/TAGs generation and replace | Bjoern A. Zeeb | 2007-07-05 | 2 | -3/+7 |
| * | Fix a build breakage as result of disabling parts of I4B. | Bjoern A. Zeeb | 2007-07-05 | 2 | -17/+17 |
| * | Quiet framelen uninitialized warning. I think it was a false alarm. | Peter Wemm | 2007-07-05 | 1 | -1/+3 |
| * | Quiet warnings. I believe gcc is incorrect about these. | Peter Wemm | 2007-07-05 | 1 | -1/+1 |
| * | __packed has no effect on u_int8_t's except to cause a warning (and | Peter Wemm | 2007-07-05 | 1 | -1/+1 |
| * | Turn -Werror back on for amd64 for kernel builds. | Peter Wemm | 2007-07-05 | 1 | -0/+2 |
| * | Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the time | Peter Wemm | 2007-07-05 | 2 | -3/+3 |
| * | Quiet warnings. These do not appear to be actually used uninitialized, | Peter Wemm | 2007-07-05 | 1 | -1/+1 |
| * | Fix a stray splx() that caused a new warning. | Peter Wemm | 2007-07-05 | 1 | -2/+2 |
| * | Initialize DWBuf[3]. | Peter Wemm | 2007-07-05 | 1 | -0/+1 |
| * | Fix a bunch of warnings due to a missing forward declaration of a struct. | Peter Wemm | 2007-07-05 | 1 | -0/+1 |
| * | Prefer device_printf to printf("%s: ...", device_get_nameunit()). On | Warner Losh | 2007-07-05 | 1 | -30/+23 |
| * | Prefer device_printf to printf("%s:...", device_get_nameunit(),...); | Warner Losh | 2007-07-05 | 2 | -61/+51 |
| * | Fix 'assignment used as truth value' warning | Peter Wemm | 2007-07-05 | 1 | -1/+2 |
| * | Temporarily turn nowerror on for i386 and amd64 pmap.c. I'd like to study | Peter Wemm | 2007-07-05 | 2 | -2/+2 |
| * | Fix a second warning, introduced by my last "fix". I committed the wrong | Peter Wemm | 2007-07-05 | 1 | -2/+2 |
| * | Fix cast-qualifiers warning when INET6 is not present | Peter Wemm | 2007-07-05 | 3 | -4/+3 |
| * | Fix bad function type passed to destroy_dev_sched_cb(). | Peter Wemm | 2007-07-05 | 1 | -1/+2 |
| * | Remove pad argument from ftruncate wrapper. Oops. | Peter Wemm | 2007-07-05 | 1 | -1/+0 |
| * | Add quirks, derived from the linux quirks table for: | Warner Losh | 2007-07-05 | 2 | -5/+375 |
| * | Add support for Western Digital MyBook external enclosures. They need | Warner Losh | 2007-07-05 | 2 | -0/+10 |
| * | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | Peter Wemm | 2007-07-04 | 3 | -5/+0 |
| * | Add compat6 wrapper code for mmap/lseek/pread/pwrite/truncate/ftruncate. | Peter Wemm | 2007-07-04 | 1 | -0/+83 |
| * | Regenerate after mmap/lseek/etc syscall changes | Peter Wemm | 2007-07-04 | 4 | -102/+177 |
| * | Add i386 emulation wrappers for mmap/lseek/etc. These use COMPAT6, so | Peter Wemm | 2007-07-04 | 1 | -6/+22 |
| * | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | Peter Wemm | 2007-07-04 | 3 | -3/+78 |
| * | Bump version for new mmap/lseek/etc syscalls | Peter Wemm | 2007-07-04 | 1 | -1/+1 |
| * | Regenerate after mmap/lseek/etc syscall changes. | Peter Wemm | 2007-07-04 | 6 | -112/+251 |
| * | Create new syscalls for mmap(), lseek(), pread(), pwrite(), truncate() and | Peter Wemm | 2007-07-04 | 1 | -9/+20 |
| * | Add support for COMPAT6 syscalls. | Peter Wemm | 2007-07-04 | 1 | -9/+42 |