summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* whitespace/indentation fix from phksam2002-10-161-10/+10
* Use a linked list to keep the psycho softcs instead of a staticallytmm2002-10-162-22/+12
* Add a missing PROC_UNLOCK in ptrace() for the PT_IO case.jhb2002-10-161-0/+1
* Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enablepirzyk2002-10-161-1/+2
* MFi386: revision 1.54.nyan2002-10-161-4/+4
* Many style and whitespace fixes.jhb2002-10-161-84/+83
* MFi386: revision 1.130.nyan2002-10-161-1/+1
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* MFi386: revision 1.181.nyan2002-10-161-0/+1
* Sort includes a bit.jhb2002-10-161-3/+3
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-166-4/+59
* Unbreak the PC98/wd(4) driver which I accidentally broke with a previousphk2002-10-161-3/+3
* Cast the first argument to bzero() to `void *' after casting it torobert2002-10-162-2/+2
* Properly put macro args in ().phk2002-10-161-2/+2
* Be consistent about functions being static.phk2002-10-167-12/+12
* Be consistent about funtions being static.phk2002-10-161-11/+11
* Put an XXX: comment here to point out a couple of free() issues onphk2002-10-161-0/+4
* No need to declare M_ISADEV here.phk2002-10-161-2/+0
* Be consistent about funtions being static.phk2002-10-168-25/+39
* Be consistent about functions being static.phk2002-10-162-32/+32
* Be consistent about functions being static.phk2002-10-161-1/+1
* Be consistent about functions being static.phk2002-10-167-31/+31
* Properly put macro args in ().phk2002-10-161-1/+1
* Be consistent about functions being static.phk2002-10-168-29/+33
* Get rid of checking for ip sec history. It is true that packets are notguido2002-10-161-5/+0
* FIx misindentation.phk2002-10-162-22/+25
* Be consistent about functions being static.phk2002-10-1610-10/+10
* Be consistent about functions being static.phk2002-10-1611-26/+26
* Fix misindentation.phk2002-10-161-2/+2
* Rename struct softc to struct mn_softc.phk2002-10-161-27/+31
* Fix comments and one resulting code confusion about the type of thephk2002-10-169-9/+10
* Be consistent about functions being static.phk2002-10-162-2/+2
* A better solution to avoiding variable sized structs in DEVFS.phk2002-10-162-3/+5
* #include "opt_devfs.h" to protect against variable sized structures.phk2002-10-161-0/+2
* Never allow memory mapped I/O in PCI-X mode on controllers thatgibbs2002-10-161-2/+4
* correct PCB locking in broadcast/multicast case that was exposed by changesam2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-1625-96/+605
* add definitions for RIPEMD-160 HMAC and Skipjack encryption algorithms,sam2002-10-161-0/+2
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-1626-0/+17530
* Replace aux mbufs with packet tags:sam2002-10-1643-474/+370
* Change locking so that all snapshots on a particular filesystem sharemckusick2002-10-161-42/+91
* missed additional callout that can run w/o Giant lockedsam2002-10-151-1/+2
* Include "opt_kbd.h" since certain structures size depend on the valuephk2002-10-152-0/+4
* Return an error if the drive reports heads/sectors that do not make sense.njl2002-10-151-0/+8
* Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLsrwatson2002-10-152-101/+129
* Bump __FreeBSD_version for the Binutils 2.13 upgrade, which includes theobrien2002-10-151-1/+1
* Correct the definitions of SADB_* to be compatible withume2002-10-151-15/+15
* Don't show the command line when doing "make lint".phk2002-10-151-1/+1
* Be consistent about marking functions static.phk2002-10-157-30/+31
* If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock,rwatson2002-10-151-0/+17
OpenPOWER on IntegriCloud