summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* while (0); -> while (0) in multi-line macrosimp2006-08-177-8/+7
* Allow ipfw to forward to a destination that is specified by a table.julian2006-08-172-7/+25
* Don't put a ; after while (0)imp2006-08-171-2/+2
* - disable some more code when osrelease=2.4.2netchild2006-08-171-22/+46
* Move some stuff into headers where they belong.netchild2006-08-176-16/+4
* Remove unneeded asserts from bridge_ioctl_* since these are justthompsa2006-08-171-64/+0
* Remove two lock asserts that are unneeded due to subsequent unlocks.thompsa2006-08-171-2/+0
* Call bridge_span before dropping the lock.thompsa2006-08-171-2/+2
* Initialize the emul sx-lock.netchild2006-08-171-0/+1
* Rewrite bge_encap() so that it takes mbuf ** argument. In this case ifglebius2006-08-171-38/+48
* Fix the DEBUG build:netchild2006-08-172-5/+3
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-175-31/+9
* MFp4: changes since .s -> .S rename. Use correct header for sizeimp2006-08-171-2/+17
* Don't update Rx descriptor status in two different functions.yongari2006-08-161-9/+8
* Fix typos in comment.thomas2006-08-161-1/+1
* MFp4: First cut at making spi and/or sd card booting work, needs workimp2006-08-1619-119/+2940
* MFp4:imp2006-08-163-41/+23
* MFp4:imp2006-08-163-48/+5
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-162-0/+4
* Change xorq back to xorl.davidxu2006-08-161-1/+1
* Style fixes to comments.netchild2006-08-166-20/+39
* Resolve conflictsguido2006-08-1616-361/+501
* This commit was generated by cvs2svn to compensate for changes in r161351,guido2006-08-163-10/+23
|\
| * Import IP Filter 4.1.13guido2006-08-1621-402/+557
* | o Re-word a comment.maxim2006-08-161-1/+1
* | Swap the names "sem_exithook" and "sem_exechook" in the previous commit tocperciva2006-08-161-4/+4
* | Include sys/limits.h for INT_MAX. freebsd32_proto.h 1.58 does not includejkim2006-08-161-0/+1
* | Backout revision 1.117, xorl and xorq have same result, but xorq needsdavidxu2006-08-151-2/+2
* | - Fix typo in #error pragma: compitable -> compatiblepav2006-08-151-1/+1
* | Add a new 'show sleepchain' ddb command similar to 'show lockchain' exceptjhb2006-08-155-1/+155
* | - When spinning on a spin lock, if the debugger is active or we are in ajhb2006-08-151-6/+12
* | add comment about why we include opt_global.himp2006-08-151-0/+4
* | Use SYS_AUE_<syscallname> to include the appropriate audit event identifierjhb2006-08-151-2/+3
* | Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-1516-943/+1942
* | This XXX remark was rendered false by rev. 103, which made theyar2006-08-151-1/+0
* | - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-159-3994/+7
* | Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h thatjhb2006-08-151-4/+9
* | Make it a tad easier to base other encapsulation schemes on this driveryar2006-08-151-5/+4
* | - Use NOSTD rather than NOIMPL for nfssvc() to match other syscallsjhb2006-08-151-1/+1
* | Rename 'show lockchain' to 'show locktree' and 'show threadchain' tojhb2006-08-151-5/+9
* | Ooops we need to include <machine/vmparam.h> to get the definition ofcognet2006-08-151-2/+1
* | Add a 'show lockmgr' command that dumps the relevant details of a lockmgrjhb2006-08-151-0/+32
* | Set IFF_DRV_RUNNING on vlan(4) once in vlan_config(),yar2006-08-151-2/+3
* | No need for opt_global.h hereimp2006-08-151-1/+0
* | Remove the include of opt_global.h. It's included globally by a commandnetchild2006-08-151-1/+0
* | Disable some parts of the code on amd64 for now to prevent a panic. A betternetchild2006-08-151-1/+8
* | Initialize the eventhandlers, mutexes and sx locks.netchild2006-08-151-0/+26
* | Add include of opt_global.h, else the futex operations aren't locked onnetchild2006-08-151-0/+1
* | - Add the new files to the linux module.netchild2006-08-153-13/+26
* | add autogenerated systrace_args stuff for dtracenetchild2006-08-152-0/+3987
OpenPOWER on IntegriCloud