summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* As back-out requests must be followed, back out the removal of wargames(6)jmallett2002-10-094-0/+106
* Add note that there is a kernel-imposed limit on the number of threadsarchie2002-10-081-0/+7
* Reference the correct local variable in all parts of a for loop, so wejmallett2002-10-081-1/+1
* - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot().jeff2002-10-081-1/+1
* Remove the wargames(6) novelty [and not the fun kind]:jmallett2002-10-084-106/+0
* We're missing none of these games, they just aren't here.jmallett2002-10-081-1/+0
* Spell 'Temperature' correctly.jhb2002-10-081-1/+1
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-088-18/+18
* Add MLINKS to kse.2.archie2002-10-081-0/+2
* Fix the location of the length bytes in the 12-byte read/write CDBken2002-10-081-1/+1
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-082-30/+4
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-082-12/+12
* It seems that the only problem with UFS2 booting on i386 is the 64bitphk2002-10-081-10/+12
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* MFi386: revision 1.67.nyan2002-10-081-1/+1
* MFi386: revisions 1.539, 1.540 and 1.541.nyan2002-10-082-24/+40
* Fix to support pc98.nyan2002-10-085-0/+20
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-082-4/+10
* Do not strip CTL* escapes from redirection filenames in argstr(); theytjr2002-10-081-1/+1
* Remove unused TYPE_WD and TYPE_WFD.phk2002-10-082-4/+0
* Correctly calculate dmadat: We need to take the address of _end, it'sphk2002-10-082-2/+2
* Make it possible to kldload(8) many modules.jmallett2002-10-081-9/+17
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-082-6/+2
* Allow for multiple #includes of this file.phk2002-10-081-0/+4
* Save four bytes by shortening a string two chars.phk2002-10-082-4/+2
* For now, don't wait for drives to stop returning EBUSY. There is toophk2002-10-081-35/+26
* FreeBSD 4.7 enters the BSD family tree sometime on October 8, 2002.murray2002-10-081-3/+3
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriatebmah2002-10-081-0/+1
* We now use XFree86-4 packages rather than a special XFree86-3murray2002-10-081-157/+0
* Treat the pathptrn field as a real pattern with the aid of fnmatch().dd2002-10-082-18/+1
* Import the libc fnmatch() into the kernel. This will be used by,dd2002-10-083-20/+23
* Make kldunload cbb work:imp2002-10-081-22/+17
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-084-0/+840
* Regen after usbdevs rev. 1.102.kan2002-10-082-0/+30
* Add entries for:kan2002-10-081-0/+6
* Re-add the code which maps POSIX standard library names into the onestjr2002-10-081-4/+49
* Introducing /dev/devctl. This device reports events in theimp2002-10-071-2/+326
* Two minor bugfixes:imp2002-10-071-0/+3
* MFp4:imp2002-10-072-46/+76
* o Add a nomatch routine so we whine when we don't know what to attach toimp2002-10-071-19/+90
* Merge changes from NetBSD through version 1.17 of this file. Theseimp2002-10-071-14/+54
* o Add routines to return the location and pnpinfo for this card.imp2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersimp2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatimp2002-10-071-1/+1
* Correct a bug in adding 0x700 to a number.green2002-10-072-2/+6
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-076-12/+84
* Remove duplicate uninstalled aio.h header.mike2002-10-072-112/+1
* Document behaviour change in reboot(8) introduced in reboot.c rev. 1.17:thomas2002-10-071-7/+8
* Change the comment character from # to // in boot1.s and runphk2002-10-074-646/+648
OpenPOWER on IntegriCloud