summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add the linux 2.6.x stuff (not used by default!):netchild2006-08-1513-66/+768
* | regennetchild2006-08-156-663/+749
* | Because fuword on AMD64 returns 64bit long integer -1 on fault, cleardavidxu2006-08-151-1/+1
* | Add new syscalls in the linuxolator (only used when the sysctlnetchild2006-08-152-42/+55
* | Add some new files needed for linux 2.6.x compatibility.netchild2006-08-155-0/+1140
* | - Add some ASM stuff needed for futexes (linuxolator).netchild2006-08-151-0/+111
* | - Change process_exec function handlers prototype to include structnetchild2006-08-157-8/+37
* | Add inverted amplifier sense quirks for Compaq Presario B3800yongari2006-08-151-0/+1
* | Remove extra '*/' comment close. In code not normally compiled but a bug neve...julian2006-08-151-1/+0
* | Do not include ucom as a dependency line to enable inclusion of theimp2006-08-141-7/+7
* | Eliminate an unnecessary initialization from trap_pfault() that alsoalc2006-08-142-2/+2
OpenPOWER on IntegriCloud