| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Make kldunload cbb work: | imp | 2002-10-08 | 1 | -22/+17 |
* | Add device driver for Belkin F5U103 and compatible USB-to-serial adapters. | kan | 2002-10-08 | 4 | -0/+840 |
* | Regen after usbdevs rev. 1.102. | kan | 2002-10-08 | 2 | -0/+30 |
* | Add entries for: | kan | 2002-10-08 | 1 | -0/+6 |
* | Re-add the code which maps POSIX standard library names into the ones | tjr | 2002-10-08 | 1 | -4/+49 |
* | Introducing /dev/devctl. This device reports events in the | imp | 2002-10-07 | 1 | -2/+326 |
* | Two minor bugfixes: | imp | 2002-10-07 | 1 | -0/+3 |
* | MFp4: | imp | 2002-10-07 | 2 | -46/+76 |
* | o Add a nomatch routine so we whine when we don't know what to attach to | imp | 2002-10-07 | 1 | -19/+90 |
* | Merge changes from NetBSD through version 1.17 of this file. These | imp | 2002-10-07 | 1 | -14/+54 |
* | o Add routines to return the location and pnpinfo for this card. | imp | 2002-10-07 | 1 | -46/+83 |
* | Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkers | imp | 2002-10-07 | 1 | -1/+1 |
* | Add extra set of parens around the barbit macro to make it clear what | imp | 2002-10-07 | 1 | -1/+1 |
* | Correct a bug in adding 0x700 to a number. | green | 2002-10-07 | 2 | -2/+6 |
* | Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12. | phk | 2002-10-07 | 6 | -12/+84 |
* | Remove duplicate uninstalled aio.h header. | mike | 2002-10-07 | 2 | -112/+1 |
* | Document behaviour change in reboot(8) introduced in reboot.c rev. 1.17: | thomas | 2002-10-07 | 1 | -7/+8 |
* | Change the comment character from # to // in boot1.s and run | phk | 2002-10-07 | 4 | -646/+648 |