summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ups! Forgot to put "sbin" on the commit line:phk2004-11-047-7679/+0
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useharti2004-11-042-17/+11
* Remove unused vinum files.phk2004-11-0426-12139/+0
* Retire b_magic now, we have the bufobj containing the same hint.phk2004-11-045-7/+0
* Eliminate the embedded struct bio in struct buf.phk2004-11-041-10/+9
* Add back securelevel check for disks.phk2004-11-041-0/+12
* Don't grab the exclusive bit on a root filesystem until we are willingphk2004-11-041-14/+14
* Change buf->b_object to buf->b_bufobj->bo_objectphk2004-11-041-14/+16
* Bump __FreeBSD_version after addition of glibc-style strftime(3) paddingdelphij2004-11-041-1/+1
* De-couple our I/O bio request from the embedded bio in buf by explicitlyphk2004-11-041-1/+6
* Add glibc-style strftime(3) padding specifiers, namely, -(no padding),delphij2004-11-042-21/+79
* Fix markup: .Dv -> .Vabms2004-11-042-4/+4
* whitespacephk2004-11-041-4/+2
* Fixed "make clean".ru2004-11-041-0/+1
* Remove buf->b_dev field.phk2004-11-047-18/+9
* s/ffs/ntfs/phk2004-11-041-2/+6
* Finish cut&paste adjustments.phk2004-11-041-1/+1
* Hide udp_in6 behind #ifdef INET6phk2004-11-041-0/+2
* Create a separate directory for dynamic zones which is owned by the bindgshapiro2004-11-042-0/+16
* Document the fact that blackhole routes normally need to be boundbms2004-11-041-0/+10
* When performing IP fast forwarding, immediately drop traffic which isbms2004-11-041-0/+6
* Document the fact that the flags for a FreeBSD kernel routing tablebms2004-11-041-0/+6
* Stop listening to bug reports with wrong solutions and commit a fix to the 'obrien2004-11-042-2/+2
* Until this change, the UDP input code used global variables udp_in,rwatson2004-11-041-57/+24
* Revert most of 1.109. Although it improved the situation on one particularjhb2004-11-031-42/+12
* Be more clear that "bridged" is a synonym for "layer2".ceri2004-11-031-1/+2
* Make a more whole-hearted attempt at GEOM'ifying NTFS.phk2004-11-033-9/+21
* Always initialize bo_private along with bo_ops in getnewvnode().phk2004-11-031-1/+1
* Allow the -f argument to work.ceri2004-11-031-1/+1
* The synchronization provided by vm object locking has eliminated thealc2004-11-0310-30/+5
* Restore TTYDEF_LFLAG to set echo bits.phk2004-11-032-3/+5
* Update the list of package names/descriptions.kensmith2004-11-031-0/+7
* Don't use atomic ops to increment interrupt stats. This was only done onscottl2004-11-032-6/+6
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-0317-16/+23
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-035-23/+23
* Revert a WIP change that shouldn't have been in last commit.paul2004-11-031-4/+2
* Remove extra 's'.pjd2004-11-031-2/+2
* Be more correct.pjd2004-11-031-2/+2
* Improved interface handling. This should fix the use of renamed interfacesmlaier2004-11-031-17/+12
* Remove one more redundant 'not'.pjd2004-11-031-1/+1
* Convert to ANSI style function definitions.paul2004-11-035-31/+12
* The ehci_dump() function shouldn't be declared static, as it isiedowse2004-11-031-1/+1
* Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommonphk2004-11-031-6/+8
* (1) Move from O(n) list copies to O(1) list concatenation, which isrwatson2004-11-031-14/+11
* Make the bootverbose output from qualitydetermination of the ACPI timerphk2004-11-031-5/+6
* Stop dumping the MBR entries under bootverbosephk2004-11-031-2/+2
* Stop wasting a bootverbose line on all geom slices.phk2004-11-031-1/+1
* Stop printing the VGA registers during verbose boot, in order to notphk2004-11-031-1/+1
* Don't print the singularly unhelpful message:phk2004-11-031-1/+1
* Make the KASSERTS in bstrategy() stop claiming to be bwrite().phk2004-11-031-3/+4
OpenPOWER on IntegriCloud