summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove GLOBAL -- it has moved to Ports.obrien2000-10-1583-15250/+0
* Change the "in use" percentage metric to actually display a realbmilekic2000-10-151-9/+14
* While I'm here:bmilekic2000-10-151-1/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock frombp2000-10-152-6/+10
* Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is thebmilekic2000-10-151-1/+5
* Fixed warnings.nyan2000-10-1514-51/+70
* Merged from sys/boot/i386/loader/main.c revision 1.21.nyan2000-10-151-10/+0
* I don't think we'll ever take any input (or send output) to aobrien2000-10-155-0/+15
* Use rad_acct_open() instead of rad_auth_open().brian2000-10-151-1/+1
* Don't define NOATM now that /usr/include/netnatm/ is created properly.brian2000-10-151-1/+0
* Redefine __word_swap_long, __byte_swap_long and __byte_swap_wordbrian2000-10-151-34/+31
* Add /usr/include/netnatm/brian2000-10-151-0/+2
* Since -e and -r are right next to each other prompt before clobberingpaul2000-10-151-0/+10
* Change the text for the ServerWorks north bridge chips. RCC is nowalc2000-10-142-8/+8
* Recognize the ServerWorks IB6566 south bridge.alc2000-10-141-0/+4
* Add another security configuration profile, call it "high" andjkh2000-10-149-3/+84
* Remove the HPFPLIB copyright which we have never used.phk2000-10-141-10/+1
* Remove even more unneeded #includes.phk2000-10-1413-280/+0
* Initial libc port for ia64.dfr2000-10-1445-0/+3022
* CSU code for ia64.dfr2000-10-141-0/+115
* Add a man page for part of the PRNG API.markm2000-10-142-1/+137
* Remove even more nneeded #includes.phk2000-10-149-188/+0
* Reseed the random device as early as possible to prevent hangs,markm2000-10-141-14/+25
* After some complaints about the dir names, the random device ismarkm2000-10-1415-1110/+147
* Duh! LINT is called NOTES these days.phk2000-10-143-0/+9
* Fix compilation of profiled kernels by including <machine/lock.h>phk2000-10-141-0/+1
* Make it possible to specify profiling in the kernel config file.phk2000-10-148-6/+10
* Document the ptrace() PT_STEP request.jwd2000-10-141-1/+10
* Remove the signal value check from the PT_STEP codepath. Itjwd2000-10-141-1/+1
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-1413-7/+1345
* Pre-IFS commit. Commit IFS-aware fsck and mount utilities.adrian2000-10-1410-302/+37
* Whoops, add the 'twe' files.msmith2000-10-141-0/+2
* Clean up a few things in dc_setcfg() pointed out to be me bywpaul2000-10-142-8/+18
* Look at both the vendor and subvendor information when determiningjlemon2000-10-131-32/+25
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes aredeischen2000-10-133-3/+3
* Adjust to reflect recent changes in the internal layout of a structdeischen2000-10-131-26/+46
* Implement zero system call thread switching. Performance ofdeischen2000-10-1377-3389/+5243
* Remember to assign an_dev to device_t before calling an_attach().wpaul2000-10-133-0/+13
* savectx() is now used exclusively by the crash dump system. Move thepeter2000-10-134-3/+9
* Convert the Aironet driver to use mutexes instead of spls.wpaul2000-10-134-28/+59
* Do not allocate a callout for all crashdumps, not just when you panic.ps2000-10-133-2/+4
* Update the wi driver to use mutexes instead of spls.wpaul2000-10-134-36/+86
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-134-0/+4
* Make mutex name reflect device driver name.cp2000-10-132-2/+4
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-1318-49/+70
* o Introduce cap_from_text() and cap_to_text() implementations.rwatson2000-10-134-2/+1146
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-1332-399/+788
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-136-88/+107
* Do not override BINDIR settings from subdirectory Makefiles.gshapiro2000-10-131-1/+1
* Note on the last commit that the problem was actually in the secure versiongshapiro2000-10-130-0/+0
OpenPOWER on IntegriCloud