summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for kldload(8)'s ability to load multiple modules.jmallett2002-10-092-4/+6
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-7/+135
* The appropriate units for disk block addresses are always DEV_BSIZE,mckusick2002-10-091-8/+1
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-0915-771/+340
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-0915-513/+769
* Use __FBSDID in the lst.lib files, to match to main make(1) files. It isjmallett2002-10-0926-26/+26
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-094-3/+4
* Remove unused local-locals, where upper-level locals may safely be used.jmallett2002-10-091-8/+8
* 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
OpenPOWER on IntegriCloud