summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 6 new C99 struct lconv members dealing with formattingtjr2002-10-095-4/+82
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-099-9/+9
* Print the OS name in the right place in the document title.ru2002-10-093-0/+3
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-4/+4
* MFV:ru2002-10-091-7/+16
* Drop almost 3k from /bin/sync by moving errno to a seperate filepeter2002-10-093-2/+31
* Don't kill itself in --fast-read mode if there is no decompressor started.sobomax2002-10-091-1/+1
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-1/+3
* Add support g_clone_bio() and g_std_done() to spawn multiple childrenphk2002-10-092-4/+7
* Add a field for tallying the number of spawned bio's a bio has.phk2002-10-091-5/+6
* 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
OpenPOWER on IntegriCloud