summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* memcpy, memset -> bcopy, bzero.jake2002-04-241-32/+28
* Clean up elf loading to not make assumptions about the ordering of sections.jake2002-04-241-37/+18
* Remove xfsread. Just call fsread directly.jake2002-04-241-16/+5
* Remove a bunch of unused variables, functions and macros. Allocate storagejake2002-04-241-174/+11
* Rearrange <netinet/in.h> so that it is easier to conditionalizemike2002-04-241-48/+96
* Make Veritas Storage Appliance a HILUNS device.mjacob2002-04-241-0/+5
* Implement the GEOMGETCONF ioctl which returns vital stats for thephk2002-04-234-14/+43
* The cold and panicstr variables do not need to be protected by sched_lock.hsu2002-04-231-9/+13
* All in a days work: make a function static.phk2002-04-232-2/+1
* Don't free(9) a pointer which has been modified.phk2002-04-232-12/+14
* Add a basic sanity check on pointers passed to free(9).phk2002-04-231-0/+10
* Don't call malloc(9) to allocate zero bytes softc data for devices.phk2002-04-231-1/+1
* Track nfs's getpages() changes:bp2002-04-231-12/+46
* Get rid from extra #ifdefs.bp2002-04-232-79/+4
* Initialize thread select queue in the same way as rev 1.93 of sys_generic.cbp2002-04-231-0/+3
* Introduce some serious paranoia to try to catch a memory overwrite problemphk2002-04-235-6/+63
* On slow machines interrupts could be lost, so check for pendinggj2002-04-231-11/+18
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-12/+5
* Remove unused static variable quantum.marcel2002-04-231-2/+0
* Slightly restructure extattr_get_vp() so that there's only one entry pointrwatson2002-04-232-16/+30
* Don't FILEDESC_LOCK around calls to falloc().alfred2002-04-221-2/+0
* Protect against multitple #includes of this file.phk2002-04-221-0/+4
* - Revert previous change of atm storage pools -> uma_zones until a solutionarr2002-04-223-19/+17
* 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
OpenPOWER on IntegriCloud