aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Wrap ipfw nat support in a new kernel config option namedPaolo Pisati2007-01-033-1/+22
* protect against multiple inclusion (this is useful when youLuigi Rizzo2007-01-031-0/+3
* - Fix schedgraph output with KSE threads. Call thread_switchout() afterJeff Roberson2007-01-031-4/+8
* The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c shouldHiroki Sato2007-01-022-1/+20
* Remove a bunch of dependencies in the IP header being the first thing in theJulian Elischer2007-01-021-57/+94
* Use the vnode interlock to close a race where pfs_vncache_alloc() couldJohn Baldwin2007-01-021-8/+9
* Fix compiling.David Xu2007-01-021-421/+334
* Make sure that all of the fields in the header are clean. It was possible forScott Long2007-01-021-5/+9
* style(9) nit. Prefer struct[space]name[space]{ to make grep searches moreChristian S.J. Peron2007-01-011-2/+2
* Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zoneMax Laier2007-01-011-0/+1
* Fix amd64 build.Xin LI2007-01-011-2/+2
* Teach the stub policy about some of the more recent entry points that haveChristian S.J. Peron2007-01-011-0/+57
* Remove conditional return of 1. For the MAC_STATIC case at this point inChristian S.J. Peron2007-01-011-3/+0
* MFp4: Fix bit name for SPI SR registerWarner Losh2007-01-011-1/+1
* MFp4: Remove watchdog timeout that appears to be unused.Warner Losh2007-01-011-14/+0
* Merge from FreeBSD-tsf-6 by way of p4:Warner Losh2007-01-011-2/+2
* Fix typo in comment.Warner Losh2007-01-011-1/+1
* Add comment about udp checksums being off in BSD 4.2 compatibility mode.Warner Losh2006-12-311-1/+8
* Only signal the CV indicating that the MAC Framework is available forRobert Watson2006-12-311-6/+23
* remove delays that have been unnecessary since 2002... The iicbb driverJohn-Mark Gurney2006-12-311-7/+0
* Welcome to 2007Xin LI2006-12-311-3/+3
* Prefer a more traditional spelling of inhibited in comments and panicRobert Watson2006-12-313-4/+4
* regen after addition of linux_utimes and linux_rt_sigtimedwaitAlexander Leidinger2006-12-316-14/+22
* MFp4 (111746, 108671, 108945, 112352):Alexander Leidinger2006-12-316-8/+129
* MFp4:Alexander Leidinger2006-12-312-73/+77
* MFp4 (111746+):Alexander Leidinger2006-12-313-9/+33
* MFp4:Alexander Leidinger2006-12-312-67/+75
* Invert the logic inside of two KASSERTS which resulted in two kernel panicsChristian S.J. Peron2006-12-311-3/+2
* - Don't defer the removal of an 802.1q header for no real reason.Yaroslav Tykhiy2006-12-301-25/+16
* now that MFS_IMAGE is in the FULLKERNEL section, use FULLKERNEL instead ofJohn-Mark Gurney2006-12-301-4/+4
* Whitespace fix and remove an extra cast.John Baldwin2006-12-302-2/+4
* Be consistent with the spelling of "dependent" in user-visible places.Ceri Davies2006-12-301-1/+1
* Summer of Code 2005: improve libalias - part 2 of 2Paolo Pisati2006-12-295-2/+621
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-2917-1341/+1222
* Slightly resort functions in file so that no forward function prototypesRobert Watson2006-12-291-49/+46
* Re-add include of opt_mac.h in mac_framework.c, which was improperlyRobert Watson2006-12-291-0/+2
* Fix fat-fingering in previous commit.John Baldwin2006-12-294-5/+5
* Fix oops in previous commit.Bruce Evans2006-12-291-1/+1
* Fixed some style bugs (mainly assorted errors in comments, and inconsistentBruce Evans2006-12-292-49/+49
* Some whitespace nits and remove a few casts.John Baldwin2006-12-294-7/+11
* Fixed some style bugs (whitespace only).Bruce Evans2006-12-292-61/+65
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-2913-37/+33
* Work around a long standing LOR with user/group rules by doing the socketMax Laier2006-12-293-0/+17
* Try harder to garbage-collect the "LOCORE" (really asm) version ofBruce Evans2006-12-292-11/+11
* Build bits for ng_deflate(4) and ng_pred1(4).Gleb Smirnoff2006-12-296-0/+20
* Fix a group of typos:Yaroslav Tykhiy2006-12-293-3/+3
* - More search and replace prettying.Jeff Roberson2006-12-291-12/+12
* Remove two XXX comments that no longer apply.Robert Watson2006-12-291-5/+0
* Use p_cansee() to check that a target process for an audit stateRobert Watson2006-12-291-3/+9
* Add a witness sleep warning to canon_path(), which invokes vput() and henceRobert Watson2006-12-292-3/+3