summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reenable the newly unbroken hfa device.mike2002-04-201-1/+1
* Change two KM_COPY()s to bcopy(). This should have been done when themike2002-04-202-2/+2
* MFi386 1.222. Remove vm_map_growstack and acquisition and release of Giantjake2002-04-201-16/+2
* Check the alignment of the stack pointer before copying in windows from thejake2002-04-201-0/+4
* Fix off by one errors in cache flush calls (mostly harmless).jake2002-04-201-3/+3
* Add needed include of tick.h.jake2002-04-201-0/+1
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingrwatson2002-04-201-0/+4
* Update the email appearing in copyright string.semenu2002-04-201-1/+1
* Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effectsemenu2002-04-201-1/+1
* Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects onlytanimura2002-04-204-12/+25
* Replace inline asm with it's inline function wrapper.benno2002-04-202-2/+2
* - Create a ``zero fill'' constructor for uma_zcreate's ctor argument.arr2002-04-202-0/+11
* Reintroduce locking on accesses to vm_object_list.alc2002-04-203-1/+10
* Add character translation table between Unix and NetWare accordingbp2002-04-201-0/+2
* Add typedef of sa_family_t to <sys/un.h>, per POSIX and X/Open. Hidemike2002-04-201-1/+14
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-203-2/+12
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-202-26/+20
* Improve style consistency of vfs_syscalls.c by converting the style usedrwatson2002-04-202-106/+164
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-201-2/+2
* Spelling fix for comment.rwatson2002-04-201-1/+1
* Comment out and mark broken the hea and hfa devices until someone hasmike2002-04-201-2/+3
* - Nuke small sgi ifdef bits.arr2002-04-202-9/+0
* Fix compiling of acpica when debugging is enabled. In the previousmike2002-04-191-2/+7
* Clean up:alfred2002-04-192-8/+20
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantssemenu2002-04-197-2716/+14
* Make this build on 4.x machines again (building a -current kernel on aimp2002-04-193-36/+27
* - Nuke some more #ifdef sun related sections.arr2002-04-194-41/+1
* - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is notarr2002-04-192-69/+0
* - Change KM_ macro calls to the appropriate function call.arr2002-04-1930-238/+170
* - Remove KM_ macro calls and replace with the real function we're calling.arr2002-04-194-16/+12
* In sendfile(), use the vn_rdwr() helper function, rather than manuallyrwatson2002-04-191-13/+4
* Divorce proc0 and proc1 credentials earlier; while this isn't technicallyrwatson2002-04-191-0/+7
* Build modules on ia64:marcel2002-04-191-9/+38
* Make kernel dumps work with GEOM.phk2002-04-194-0/+53
* Make life easier for reference-vector generatorts in tools/regression/geomphk2002-04-191-0/+3
* suser is Giant safe, so optimize a pointless case.phk2002-04-191-3/+3
* Add a SI_DUMPDEV flag for devices.phk2002-04-192-0/+2
* Respect setting of NM to allow cross-building.marcel2002-04-191-1/+1
* Some fixes for Symbol card.onoe2002-04-191-2/+20
* Allocate sufficient pages to hold the bootinfo block and stopmarcel2002-04-192-14/+20
* Remove the bootinfo kludge. We get the address of the bootinfomarcel2002-04-191-28/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-1956-375/+476
* o Move the acquisition of Giant from vm_fault() to the pointalc2002-04-191-12/+8
* o Remove vm_map_growstack() from ia64's trap_pfault().alc2002-04-191-16/+2
* When exec'ing a set[ug]id program, make sure that the stdio file descriptorsnectar2002-04-193-0/+70
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-185-27/+32
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofscottl2002-04-181-0/+2
* Cleanup comments.alfred2002-04-181-11/+2
* Remove support for using soon to be retired "special" poll(2) ops.alfred2002-04-181-7/+7
* Cleanup of logic, flow and comments.alfred2002-04-181-20/+18
OpenPOWER on IntegriCloud