| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the 6 new C99 struct lconv members dealing with formatting | tjr | 2002-10-09 | 5 | -4/+82 |
* | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | peter | 2002-10-09 | 9 | -9/+9 |
* | Print the OS name in the right place in the document title. | ru | 2002-10-09 | 3 | -0/+3 |
* | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | peter | 2002-10-09 | 3 | -4/+4 |
* | MFV: | ru | 2002-10-09 | 1 | -7/+16 |
* | Drop almost 3k from /bin/sync by moving errno to a seperate file | peter | 2002-10-09 | 3 | -2/+31 |
* | Don't kill itself in --fast-read mode if there is no decompressor started. | sobomax | 2002-10-09 | 1 | -1/+1 |
* | When creating a snapshot, create a list of initially allocated blocks. | mckusick | 2002-10-09 | 1 | -1/+3 |
* | Add support g_clone_bio() and g_std_done() to spawn multiple children | phk | 2002-10-09 | 2 | -4/+7 |
* | Add a field for tallying the number of spawned bio's a bio has. | phk | 2002-10-09 | 1 | -5/+6 |
* | Update documentation for kldload(8)'s ability to load multiple modules. | jmallett | 2002-10-09 | 2 | -4/+6 |
* | When creating a snapshot, create a list of initially allocated blocks. | mckusick | 2002-10-09 | 1 | -7/+135 |
* | The appropriate units for disk block addresses are always DEV_BSIZE, | mckusick | 2002-10-09 | 1 | -8/+1 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 15 | -771/+340 |
* | Round out the facilty for a 'bound' thread to loan out its KSE | julian | 2002-10-09 | 15 | -513/+769 |
* | Use __FBSDID in the lst.lib files, to match to main make(1) files. It is | jmallett | 2002-10-09 | 26 | -26/+26 |
* | Remove extern declarations from functions and source files where they would | jmallett | 2002-10-09 | 4 | -3/+4 |
* | Remove unused local-locals, where upper-level locals may safely be used. | jmallett | 2002-10-09 | 1 | -8/+8 |
* | As back-out requests must be followed, back out the removal of wargames(6) | jmallett | 2002-10-09 | 4 | -0/+106 |
* | Add note that there is a kernel-imposed limit on the number of threads | archie | 2002-10-08 | 1 | -0/+7 |
* | Reference the correct local variable in all parts of a for loop, so we | jmallett | 2002-10-08 | 1 | -1/+1 |
* | - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot(). | jeff | 2002-10-08 | 1 | -1/+1 |
* | Remove the wargames(6) novelty [and not the fun kind]: | jmallett | 2002-10-08 | 4 | -106/+0 |
* | We're missing none of these games, they just aren't here. | jmallett | 2002-10-08 | 1 | -1/+0 |
* | Spell 'Temperature' correctly. | jhb | 2002-10-08 | 1 | -1/+1 |
* | Fix for the panic when using a Promise TX2. | sos | 2002-10-08 | 1 | -16/+23 |
* | Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2 | jhb | 2002-10-08 | 8 | -18/+18 |
* | Add MLINKS to kse.2. | archie | 2002-10-08 | 1 | -0/+2 |
* | Fix the location of the length bytes in the 12-byte read/write CDB | ken | 2002-10-08 | 1 | -1/+1 |
* | Now that ufsread.c doesn't do 64bit divide remainder operations, | phk | 2002-10-08 | 2 | -30/+4 |
* | Save a couple of bytes by not returning ints nobody care about. | phk | 2002-10-08 | 2 | -12/+12 |
* | It seems that the only problem with UFS2 booting on i386 is the 64bit | phk | 2002-10-08 | 1 | -10/+12 |
* | Don't panic for a bad ivar request, just return ENOENT. | jhb | 2002-10-08 | 1 | -1/+0 |
* | MFi386: revision 1.67. | nyan | 2002-10-08 | 1 | -1/+1 |
* | MFi386: revisions 1.539, 1.540 and 1.541. | nyan | 2002-10-08 | 2 | -24/+40 |
* | Fix to support pc98. | nyan | 2002-10-08 | 5 | -0/+20 |
* | Reinstate rev 1.36 with an important line that got missed. Note this | green | 2002-10-08 | 2 | -4/+10 |
* | Do not strip CTL* escapes from redirection filenames in argstr(); they | tjr | 2002-10-08 | 1 | -1/+1 |
* | Remove unused TYPE_WD and TYPE_WFD. | phk | 2002-10-08 | 2 | -4/+0 |
* | Correctly calculate dmadat: We need to take the address of _end, it's | phk | 2002-10-08 | 2 | -2/+2 |
* | Make it possible to kldload(8) many modules. | jmallett | 2002-10-08 | 1 | -9/+17 |
* | Unbreak boot2 by backing out rev 1.36 to Makefile, which does not | phk | 2002-10-08 | 2 | -6/+2 |
* | Allow for multiple #includes of this file. | phk | 2002-10-08 | 1 | -0/+4 |
* | Save four bytes by shortening a string two chars. | phk | 2002-10-08 | 2 | -4/+2 |
* | For now, don't wait for drives to stop returning EBUSY. There is too | phk | 2002-10-08 | 1 | -35/+26 |
* | FreeBSD 4.7 enters the BSD family tree sometime on October 8, 2002. | murray | 2002-10-08 | 1 | -3/+3 |
* | Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate | bmah | 2002-10-08 | 1 | -0/+1 |
* | We now use XFree86-4 packages rather than a special XFree86-3 | murray | 2002-10-08 | 1 | -157/+0 |
* | Treat the pathptrn field as a real pattern with the aid of fnmatch(). | dd | 2002-10-08 | 2 | -18/+1 |
* | Import the libc fnmatch() into the kernel. This will be used by, | dd | 2002-10-08 | 3 | -20/+23 |