summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Major update to the aic7xxx driver:gibbs2002-04-2415-2889/+858
* Add macro functionality.gibbs2002-04-2410-208/+1248
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofimp2002-04-243-36/+54
* Fix a PNPID in a commentimp2002-04-242-2/+2
* Make specific provisions for the kernel simulator used in the regressionphk2002-04-241-1/+1
* The install.debug and reinstall.debug targets are needed solelyru2002-04-242-17/+23
* Free(9) should be Giant-free.tanimura2002-04-241-1/+1
* Split file system setup code out into a function called mount.jake2002-04-241-50/+109
* Prepare for a major update to the aac driver:scottl2002-04-245-259/+166
* Add support for loading files other than /boot/loader. Useful if you'rejake2002-04-241-79/+234
* Remove sodropablereq - this function hasn't been used since thesilby2002-04-243-90/+0
* Add an exit function.jake2002-04-241-3/+21
* Add -Wno-unused.jake2002-04-241-1/+1
* 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
OpenPOWER on IntegriCloud