| Commit message (Expand) | Author | Age | Files | Lines |
* | Ups! Forgot to put "sbin" on the commit line: | phk | 2004-11-04 | 7 | -7679/+0 |
* | Adapt to the new ng_timeout/ng_untimeout arguments. These now use | harti | 2004-11-04 | 2 | -17/+11 |
* | Remove unused vinum files. | phk | 2004-11-04 | 26 | -12139/+0 |
* | Retire b_magic now, we have the bufobj containing the same hint. | phk | 2004-11-04 | 5 | -7/+0 |
* | Eliminate the embedded struct bio in struct buf. | phk | 2004-11-04 | 1 | -10/+9 |
* | Add back securelevel check for disks. | phk | 2004-11-04 | 1 | -0/+12 |
* | Don't grab the exclusive bit on a root filesystem until we are willing | phk | 2004-11-04 | 1 | -14/+14 |
* | Change buf->b_object to buf->b_bufobj->bo_object | phk | 2004-11-04 | 1 | -14/+16 |
* | Bump __FreeBSD_version after addition of glibc-style strftime(3) padding | delphij | 2004-11-04 | 1 | -1/+1 |
* | De-couple our I/O bio request from the embedded bio in buf by explicitly | phk | 2004-11-04 | 1 | -1/+6 |
* | Add glibc-style strftime(3) padding specifiers, namely, -(no padding), | delphij | 2004-11-04 | 2 | -21/+79 |
* | Fix markup: .Dv -> .Va | bms | 2004-11-04 | 2 | -4/+4 |
* | whitespace | phk | 2004-11-04 | 1 | -4/+2 |
* | Fixed "make clean". | ru | 2004-11-04 | 1 | -0/+1 |
* | Remove buf->b_dev field. | phk | 2004-11-04 | 7 | -18/+9 |
* | s/ffs/ntfs/ | phk | 2004-11-04 | 1 | -2/+6 |
* | Finish cut&paste adjustments. | phk | 2004-11-04 | 1 | -1/+1 |
* | Hide udp_in6 behind #ifdef INET6 | phk | 2004-11-04 | 1 | -0/+2 |
* | Create a separate directory for dynamic zones which is owned by the bind | gshapiro | 2004-11-04 | 2 | -0/+16 |
* | Document the fact that blackhole routes normally need to be bound | bms | 2004-11-04 | 1 | -0/+10 |
* | When performing IP fast forwarding, immediately drop traffic which is | bms | 2004-11-04 | 1 | -0/+6 |
* | Document the fact that the flags for a FreeBSD kernel routing table | bms | 2004-11-04 | 1 | -0/+6 |
* | Stop listening to bug reports with wrong solutions and commit a fix to the ' | obrien | 2004-11-04 | 2 | -2/+2 |
* | Until this change, the UDP input code used global variables udp_in, | rwatson | 2004-11-04 | 1 | -57/+24 |
* | Revert most of 1.109. Although it improved the situation on one particular | jhb | 2004-11-03 | 1 | -42/+12 |
* | Be more clear that "bridged" is a synonym for "layer2". | ceri | 2004-11-03 | 1 | -1/+2 |
* | Make a more whole-hearted attempt at GEOM'ifying NTFS. | phk | 2004-11-03 | 3 | -9/+21 |
* | Always initialize bo_private along with bo_ops in getnewvnode(). | phk | 2004-11-03 | 1 | -1/+1 |
* | Allow the -f argument to work. | ceri | 2004-11-03 | 1 | -1/+1 |
* | The synchronization provided by vm object locking has eliminated the | alc | 2004-11-03 | 10 | -30/+5 |
* | Restore TTYDEF_LFLAG to set echo bits. | phk | 2004-11-03 | 2 | -3/+5 |
* | Update the list of package names/descriptions. | kensmith | 2004-11-03 | 1 | -0/+7 |
* | Don't use atomic ops to increment interrupt stats. This was only done on | scottl | 2004-11-03 | 2 | -6/+6 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 17 | -16/+23 |
* | Fix kernel build (caused by recent ng_{un}timeout API change) | emax | 2004-11-03 | 5 | -23/+23 |
* | Revert a WIP change that shouldn't have been in last commit. | paul | 2004-11-03 | 1 | -4/+2 |
* | Remove extra 's'. | pjd | 2004-11-03 | 1 | -2/+2 |
* | Be more correct. | pjd | 2004-11-03 | 1 | -2/+2 |
* | Improved interface handling. This should fix the use of renamed interfaces | mlaier | 2004-11-03 | 1 | -17/+12 |
* | Remove one more redundant 'not'. | pjd | 2004-11-03 | 1 | -1/+1 |
* | Convert to ANSI style function definitions. | paul | 2004-11-03 | 5 | -31/+12 |
* | The ehci_dump() function shouldn't be declared static, as it is | iedowse | 2004-11-03 | 1 | -1/+1 |
* | Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommon | phk | 2004-11-03 | 1 | -6/+8 |
* | (1) Move from O(n) list copies to O(1) list concatenation, which is | rwatson | 2004-11-03 | 1 | -14/+11 |
* | Make the bootverbose output from qualitydetermination of the ACPI timer | phk | 2004-11-03 | 1 | -5/+6 |
* | Stop dumping the MBR entries under bootverbose | phk | 2004-11-03 | 1 | -2/+2 |
* | Stop wasting a bootverbose line on all geom slices. | phk | 2004-11-03 | 1 | -1/+1 |
* | Stop printing the VGA registers during verbose boot, in order to not | phk | 2004-11-03 | 1 | -1/+1 |
* | Don't print the singularly unhelpful message: | phk | 2004-11-03 | 1 | -1/+1 |
* | Make the KASSERTS in bstrategy() stop claiming to be bwrite(). | phk | 2004-11-03 | 1 | -3/+4 |