summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing splx calls in bge_tick. These don't make any functionaljdp2002-04-221-1/+4
* Back out remnants of revision 1.97: we don't need TARGET_ARCH here.ru2002-04-221-2/+0
* Use standard bsd.init.mk prologue.ru2002-04-221-7/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Implement shared secret mode for hostap mode.imp2002-04-222-24/+87
* Comment out Kirks io-request priority hack until we can do this in aphk2002-04-221-0/+5
* Add ia64_sal_init_state(). This function will initialize the machinemarcel2002-04-221-7/+51
* Add state information types.marcel2002-04-221-1/+9
* - Change the atm_attributes_pool and atm_stackq_pool to be uma_zone'sarr2002-04-223-17/+19
* Avoid using pmap_kenter "early", since it may need to dink with vm_pagejake2002-04-211-24/+32
* Fix WAW dependency violation on r17 (line 198) that only exists formarcel2002-04-211-2/+3
* Implement elf_reloc(). The RT specification says that we can expectmarcel2002-04-211-11/+99
* Add function link_elf_get_gp(), specific to ia64 for now, to getmarcel2002-04-212-0/+38
* Limit to the maximum allowed reply size the amount of data thatiedowse2002-04-211-0/+4
* Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.bde2002-04-211-3/+6
* Include <sys/systm.h> for (at least) the definition of atomic functionsbde2002-04-211-0/+1
* Setup the child's return values correctly when forking an IA-32 process.dfr2002-04-211-3/+11
* Use protected names (_foo) to cutdown on boatloads of lint warnings.markm2002-04-211-68/+68
* Wrap GCC-specific stuff and provide alternative for lint.markm2002-04-211-0/+7
* Parenthesise macro arguments to reduce lint warnings.markm2002-04-211-1/+1
* Fix really dumb braino of mine; cast a sizeof() to an int, which it ismarkm2002-04-211-1/+1
* Used protected names (_foo) for parameter names. This helps clean upmarkm2002-04-212-36/+38
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummymarkm2002-04-212-42/+56
* Parenthesise macro arguments to reduce lint warnings.markm2002-04-212-6/+6
* Stylify, fix tabs.markm2002-04-211-70/+70
* Remove macros that are defined elsewhere.markm2002-04-211-2/+0
* Improve self-relocation and fix ABI misinterpretation. The changesmarcel2002-04-212-76/+78
* Improve self-relocation:marcel2002-04-212-210/+270
* o Use our own elf2aout now.obrien2002-04-211-2/+2
* - Nuke some more not needed #ifdef cruft.arr2002-04-2114-319/+0
* GCC 3.x WARNS: Add a break to the default case.marcel2002-04-201-0/+1
* 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
OpenPOWER on IntegriCloud