summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clean up whitespace, remove "register" keyword, ANSIfy.des2003-10-232-134/+76
* 0x7FFFFFFFFF is >32 bits and needs an explicit LL.des2003-10-232-2/+2
* Cleanup. Remove the md_flags for threads. It's not used. The flagsmarcel2003-10-231-35/+21
* Reimplement unaligned_fixup() using the new disassembler and amarcel2003-10-231-582/+136
* Remove unused include of <machine/inst.h>marcel2003-10-231-1/+0
* Remove prototype of unaligned_fixup() and fix a nearby style(9)marcel2003-10-231-3/+1
* Add prototypes for spillfd() and unaligned_fixup().marcel2003-10-231-0/+2
* Add spillfd(). This function loads a double-precision FP registermarcel2003-10-231-0/+10
* Hook-up the new disassembler.marcel2003-10-231-0/+3
* Use a more robust API altogether for the amd64_get_fsbase() etc functions.peter2003-10-231-4/+4
* Add a new disassembler that improves over the previous disassemblermarcel2003-10-235-0/+5915
* Look at the equipment list for amd64 as well as i386 for autodetectingpeter2003-10-232-4/+4
* Fix mismerge from one tree to another: add (imp2003-10-231-1/+1
* Renumber the sysarch vectors for amd64 specific syscalls so that I canpeter2003-10-231-6/+5
* more unused item cleanupimp2003-10-231-2/+0
* BASE is no longer used, and is an appendix. Remove it.imp2003-10-231-5/+0
* Learn basic C.imp2003-10-231-2/+3
* Reduce debug messages.simokawa2003-10-231-2/+4
* Allow access to the field if it is within the region size rounded upnjl2003-10-221-0/+19
* Add the ACPICA_PEDANTIC option which is off by default. Enabling it willnjl2003-10-223-3/+13
* mac_Finish break-out of kern_mac.c into parts:rwatson2003-10-223-8268/+15
* Variable cleanup following break-out of kern_mac.c into sys/security/mac:rwatson2003-10-223-48/+30
* Rename error_select() to mac_error_select(), and unstaticize so itrwatson2003-10-223-15/+12
* Hook up to the build for options MAC:rwatson2003-10-221-0/+5
* Remove non-VFS related code from mac_vfs.c. Leave:rwatson2003-10-221-2987/+5
* Fix a braino memory leak.phk2003-10-221-1/+1
* Remove non-system bits from mac_system.c. Leave:rwatson2003-10-221-3692/+2
* Remove non-credential/process-related bits from mac_process.c. Leave:rwatson2003-10-221-3473/+8
* Remove non-pipe code from mac_pipe.c. Leave:rwatson2003-10-221-3712/+5
* we have ppsratecheck().ume2003-10-222-74/+1
* Remove non-network related contents from mac_net.c. Leave:rwatson2003-10-221-3027/+3
* IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT.ume2003-10-221-6/+6
* Initialize bp->b_offset to the physical offset in partitiontegge2003-10-221-6/+5
* drop the code of HAVE_NRL_INPCB part. our system doesn'tume2003-10-223-63/+0
* The following shared types/constants/interfaces/... are requiredrwatson2003-10-221-3761/+75
* - Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() fromalc2003-10-223-41/+14
* pretect ip6 reassemble queue by use of mutex.ume2003-10-221-45/+16
* - implement lock around IPv6 reassembly, to avoid panic due toume2003-10-224-16/+99
* protect sid_default and sid.ume2003-10-221-1/+36
* reduce calling in6_addr2zoneid().ume2003-10-221-6/+6
* protect by IFNET_RLOCK.ume2003-10-221-0/+2
* more strict sanity check for ESP tailsuz2003-10-221-1/+1
* Some upgrade instructions.harti2003-10-221-0/+14
* This commit was generated by cvs2svn to compensate for changes in r121326,harti2003-10-2210-0/+6498
|\
| * Virgin import of the NgATM SAAL layer shared kernel/user part v0.9.harti2003-10-2210-0/+6498
* Remove a gcc-ism: declaring a variable array at the end of a structureharti2003-10-221-4/+4
* Forgotten commit: If a provider has zero sectorsize, it is anphk2003-10-221-6/+3
* terminate the rx descriptor list with a self-linked entrysam2003-10-221-3/+21
* - Assert that every page found in the active queue is an active page.alc2003-10-221-7/+2
* Turn off ISP_SMPLOCK- not to be turned on again.mjacob2003-10-211-1/+1
OpenPOWER on IntegriCloud