| Commit message (Expand) | Author | Age | Files | Lines |
* | Be consistent about functions being static. | phk | 2002-10-16 | 11 | -26/+26 |
* | Fix misindentation. | phk | 2002-10-16 | 1 | -2/+2 |
* | Rename struct softc to struct mn_softc. | phk | 2002-10-16 | 1 | -27/+31 |
* | Fix comments and one resulting code confusion about the type of the | phk | 2002-10-16 | 9 | -9/+10 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 2 | -2/+2 |
* | A better solution to avoiding variable sized structs in DEVFS. | phk | 2002-10-16 | 2 | -3/+5 |
* | #include "opt_devfs.h" to protect against variable sized structures. | phk | 2002-10-16 | 1 | -0/+2 |
* | Never allow memory mapped I/O in PCI-X mode on controllers that | gibbs | 2002-10-16 | 1 | -2/+4 |
* | correct PCB locking in broadcast/multicast case that was exposed by change | sam | 2002-10-16 | 1 | -1/+1 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 25 | -96/+605 |
* | add definitions for RIPEMD-160 HMAC and Skipjack encryption algorithms, | sam | 2002-10-16 | 1 | -0/+2 |
* | "Fast IPsec": this is an experimental IPsec implementation that is derived | sam | 2002-10-16 | 26 | -0/+17530 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 43 | -474/+370 |
* | Change locking so that all snapshots on a particular filesystem share | mckusick | 2002-10-16 | 1 | -42/+91 |
* | missed additional callout that can run w/o Giant locked | sam | 2002-10-15 | 1 | -1/+2 |
* | Include "opt_kbd.h" since certain structures size depend on the value | phk | 2002-10-15 | 2 | -0/+4 |
* | Return an error if the drive reports heads/sectors that do not make sense. | njl | 2002-10-15 | 1 | -0/+8 |
* | Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLs | rwatson | 2002-10-15 | 2 | -101/+129 |
* | Bump __FreeBSD_version for the Binutils 2.13 upgrade, which includes the | obrien | 2002-10-15 | 1 | -1/+1 |
* | Correct the definitions of SADB_* to be compatible with | ume | 2002-10-15 | 1 | -15/+15 |
* | Don't show the command line when doing "make lint". | phk | 2002-10-15 | 1 | -1/+1 |
* | Be consistent about marking functions static. | phk | 2002-10-15 | 7 | -30/+31 |
* | If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock, | rwatson | 2002-10-15 | 1 | -0/+17 |
* | Plug a memory-leak. | phk | 2002-10-15 | 1 | -0/+1 |
* | Use ; not , as statement separator in PDEBUG() macro. | phk | 2002-10-15 | 1 | -5/+4 |
* | Plug an infrequent (I think) memory leak. | phk | 2002-10-15 | 1 | -1/+3 |
* | Constification ? Yes, out that door, row on the left, one patch each. | phk | 2002-10-15 | 2 | -10/+10 |
* | Argh. Put back setting of P_ADVLOCK for the F_WRLCK case that was | jhb | 2002-10-15 | 1 | -0/+3 |
* | Fix kernel module loading on ia64. Cross-module function calls | marcel | 2002-10-15 | 4 | -4/+36 |
* | Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes) | mjacob | 2002-10-15 | 1 | -1/+4 |
* | Fix previous commit: Don't cast integral types to pointers to | marcel | 2002-10-15 | 2 | -4/+4 |
* | Restore pointer that was removed in 1.128. This wasn't a merge-o. | peter | 2002-10-15 | 1 | -0/+4 |
* | Move details of key_t to <sys/_types.h>, so that it can be typedef'd | mike | 2002-10-15 | 2 | -1/+6 |
* | - Add a new global mutex 'ppeers_lock' to protect the p_peers list of | jhb | 2002-10-15 | 4 | -45/+61 |
* | Remove the leaderp variable and just access p_leader directly. The | jhb | 2002-10-15 | 1 | -12/+3 |
* | - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead of | jhb | 2002-10-15 | 2 | -22/+10 |
* | The a.out md_coredump stuff isn't referenced anywhere anymore, and | peter | 2002-10-15 | 7 | -47/+1 |
* | Turn off the premature locking in xl. The driver tries to use the mutexes | peter | 2002-10-14 | 1 | -0/+6 |
* | When reading or writing the extended attributes of a special device | mckusick | 2002-10-14 | 2 | -5/+38 |
* | Put function return types on a line by themselves. | alfred | 2002-10-14 | 20 | -83/+123 |
* | LINT related fixes (as noticed by bde) | mjacob | 2002-10-14 | 1 | -6/+6 |
* | Remove a bogus local variable. | phk | 2002-10-14 | 1 | -2/+0 |
* | Remove a KASSERT I added in 1.73 to catch uninitialized pipes. | alfred | 2002-10-14 | 1 | -2/+0 |
* | o Add typedefs for gid_t, key_t, mode_t, and uid_t. | mike | 2002-10-14 | 1 | -4/+30 |
* | Did you ever notice how stupid bugs show up much clearer | julian | 2002-10-14 | 1 | -1/+1 |
* | Tidy up the scheduler's code for changing the priority of a thread. | julian | 2002-10-14 | 5 | -58/+65 |
* | Remove old useless debugging code | julian | 2002-10-14 | 1 | -5/+0 |
* | Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO. | jake | 2002-10-14 | 1 | -1/+1 |
* | Fix two memory leaks in error conditions involving the UFS ACL code: | rwatson | 2002-10-14 | 1 | -0/+4 |
* | When scanning the freelist looking for candidate vnodes to recycle, | mckusick | 2002-10-14 | 1 | -4/+3 |