summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-15301-303/+2
* Correct the usage of mktemp:Alexander Langer2000-10-152-2/+9
* note: support for Fujitsu MB86960A/MB86965A based PC-Card EthernetMIHIRA Sanpei Yoshiro2000-10-152-2/+22
* Slight cleanup - this is logically equivalent code but means one lessPeter Wemm2000-10-151-6/+6
* Move DELAY() from <machine/clock.h> to <sys/systm.h>Poul-Henning Kamp2000-10-157-5/+5
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.Peter Wemm2000-10-153-9/+10
* Repeat after me: I will test *before* commit, not after.... *blush*Peter Wemm2000-10-151-1/+1
* Fixed warnings.Yoshihiro Takahashi2000-10-151-3/+1
* Untangle some resource matching loops that were getting on my nervesPeter Wemm2000-10-156-36/+33
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topBoris Popov2000-10-152-22/+62
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).Boris Popov2000-10-154-0/+6
* Remove GLOBAL -- it has moved to Ports.David E. O'Brien2000-10-159-98/+0
* Remove GLOBAL -- it has moved to Ports.David E. O'Brien2000-10-1583-15250/+0
* Change the "in use" percentage metric to actually display a realBosko Milekic2000-10-151-9/+14
* While I'm here:Bosko Milekic2000-10-151-1/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock fromBoris Popov2000-10-152-6/+10
* Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is theBosko Milekic2000-10-151-1/+5
* Fixed warnings.Yoshihiro Takahashi2000-10-1514-51/+70
* Merged from sys/boot/i386/loader/main.c revision 1.21.Yoshihiro Takahashi2000-10-151-10/+0
* I don't think we'll ever take any input (or send output) to aDavid E. O'Brien2000-10-155-0/+15
* Use rad_acct_open() instead of rad_auth_open().Brian Somers2000-10-151-1/+1
* Don't define NOATM now that /usr/include/netnatm/ is created properly.Brian Somers2000-10-151-1/+0
* Redefine __word_swap_long, __byte_swap_long and __byte_swap_wordBrian Somers2000-10-151-34/+31
* Add /usr/include/netnatm/Brian Somers2000-10-151-0/+2
* Since -e and -r are right next to each other prompt before clobberingPaul Richards2000-10-151-0/+10
* Change the text for the ServerWorks north bridge chips. RCC is nowAlan Cox2000-10-142-8/+8
* Recognize the ServerWorks IB6566 south bridge.Alan Cox2000-10-141-0/+4
* Add another security configuration profile, call it "high" andJordan K. Hubbard2000-10-149-3/+84
* Remove the HPFPLIB copyright which we have never used.Poul-Henning Kamp2000-10-141-10/+1
* Remove even more unneeded #includes.Poul-Henning Kamp2000-10-1413-280/+0
* Initial libc port for ia64.Doug Rabson2000-10-1445-0/+3022
* CSU code for ia64.Doug Rabson2000-10-141-0/+115
* Add a man page for part of the PRNG API.Mark Murray2000-10-142-1/+137
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-149-188/+0
* Reseed the random device as early as possible to prevent hangs,Mark Murray2000-10-141-14/+25
* After some complaints about the dir names, the random device isMark Murray2000-10-1415-1110/+147
* Duh! LINT is called NOTES these days.Poul-Henning Kamp2000-10-143-0/+9
* Fix compilation of profiled kernels by including <machine/lock.h>Poul-Henning Kamp2000-10-141-0/+1
* Make it possible to specify profiling in the kernel config file.Poul-Henning Kamp2000-10-148-6/+10
* Document the ptrace() PT_STEP request.John W. De Boskey2000-10-141-1/+10
* Remove the signal value check from the PT_STEP codepath. ItJohn W. De Boskey2000-10-141-1/+1
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortAdrian Chadd2000-10-1413-7/+1345
* Pre-IFS commit. Commit IFS-aware fsck and mount utilities.Adrian Chadd2000-10-1410-302/+37
* Whoops, add the 'twe' files.Mike Smith2000-10-141-0/+2
* Clean up a few things in dc_setcfg() pointed out to be me byBill Paul2000-10-142-8/+18
* Look at both the vendor and subvendor information when determiningJonathan Lemon2000-10-131-32/+25
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes areDaniel Eischen2000-10-133-3/+3
* Adjust to reflect recent changes in the internal layout of a structDaniel Eischen2000-10-131-26/+46
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-1377-3389/+5243
* Remember to assign an_dev to device_t before calling an_attach().Bill Paul2000-10-133-0/+13