| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cast block number to off_t to avoid possible overflow bugs. | John W. De Boskey | 2000-10-24 | 1 | -1/+1 |
| * | The write combining code in revision 1.30 needs a few additional | John W. De Boskey | 2000-10-24 | 1 | -12/+25 |
| * | Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long) | Andrew Gallatin | 2000-10-23 | 1 | -2/+2 |
| * | Work much harder at obtaining a correct device node. If what devname(3) | Dag-Erling Smørgrav | 2000-10-17 | 1 | -31/+89 |
| * | Implement simple write combining for newfs - this is particularly useful | Peter Wemm | 2000-10-17 | 1 | -0/+37 |
| * | Pre-IFS commit. Commit IFS-aware fsck and mount utilities. | Adrian Chadd | 2000-10-14 | 10 | -302/+37 |
| * | Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as | Ruslan Ermilov | 2000-10-12 | 1 | -3/+3 |
| * | Reset globals for every new command read from preprocessed file. | Ruslan Ermilov | 2000-10-11 | 1 | -12/+14 |
| * | Only interpret the last command line argument as a file to | Ruslan Ermilov | 2000-10-11 | 2 | -5/+7 |
| * | We want the FreeBSD ID as the RCS ID, not the NetBSD one. | David E. O'Brien | 2000-10-10 | 1 | -4/+3 |
| * | Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit. | Bruce Evans | 2000-10-10 | 1 | -2/+1 |
| * | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | Garrett Wollman | 2000-10-10 | 3 | -1/+6 |
| * | .. fsck wrappers aftercommit #1: I don't know how these files got lost, | Adrian Chadd | 2000-10-09 | 2 | -0/+467 |
| * | Reviewed by: rwatson, bp | Adrian Chadd | 2000-10-09 | 27 | -8134/+1010 |
| * | Reviewed by: rwatson, bp | Adrian Chadd | 2000-10-09 | 1 | -0/+1 |
| * | .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget | Adrian Chadd | 2000-10-09 | 2 | -2/+2 |
| * | Some missed magic in the fsck wrapper commit which is required by other | Adrian Chadd | 2000-10-09 | 6 | -1264/+1384 |
| * | Reviewed by: rwatson, bp | Adrian Chadd | 2000-10-09 | 17 | -357/+325 |
| * | Don't overflow our fd_set. This is not a full sync with KAME because there | Kris Kennaway | 2000-10-08 | 1 | -9/+11 |
| * | Format string fix. | Kris Kennaway | 2000-10-06 | 3 | -3/+3 |
| * | Convert this Makefile to the usual style. | Ruslan Ermilov | 2000-10-06 | 1 | -3/+3 |
| * | Document the latest firewall knobs. | Ruslan Ermilov | 2000-10-06 | 2 | -32/+91 |
| * | Respect the protocol when looking the port up by service name. | Ruslan Ermilov | 2000-10-04 | 1 | -15/+22 |
| * | Do not force argument to ``ipid'' modifier be in hex, and | Ruslan Ermilov | 2000-10-03 | 1 | -9/+11 |
| * | Fixed the printing of TCP flags. | Ruslan Ermilov | 2000-10-03 | 1 | -1/+1 |
| * | Add new fields for more granularity: | Bill Fumerola | 2000-10-02 | 1 | -6/+169 |
| * | - Documented the host/bits syntax for destination argument. | Ruslan Ermilov | 2000-09-29 | 1 | -3/+13 |
| * | Interpret the address argument as network-type address for `destination' | Ruslan Ermilov | 2000-09-29 | 1 | -13/+12 |
| * | Fixed the case where argument of 0.0.0.0/8 would match the default route. | Ruslan Ermilov | 2000-09-29 | 1 | -4/+4 |
| * | Document that net.inet.ip.fw.one_pass only affects dummynet(4). | Ruslan Ermilov | 2000-09-29 | 1 | -3/+5 |
| * | Remove superfluous code: | Dag-Erling Smørgrav | 2000-09-28 | 1 | -77/+28 |
| * | Add 'setupstate' to RAID-10 example. | Greg Lehey | 2000-09-23 | 1 | -2/+7 |
| * | Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the | Kenneth D. Merry | 2000-09-17 | 1 | -0/+2 |
| * | Turn dkcksum() into an __inline function. | Poul-Henning Kamp | 2000-09-16 | 7 | -120/+5 |
| * | Improve the clarification of the handling of the securelevel. | Sheldon Hearn | 2000-09-13 | 1 | -6/+2 |
| * | Fix sign extension. | Matt Jacob | 2000-09-12 | 1 | -1/+1 |
| * | Clarify the handling of the securelevel. | Sheldon Hearn | 2000-09-12 | 1 | -8/+13 |
| * | Fix comment to match previous commit, as per bde. | Dag-Erling Smørgrav | 2000-09-07 | 1 | -1/+1 |
| * | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | Jacques Vidrine | 2000-09-06 | 1 | -1/+1 |
| * | Don't warn about unknown mount types, since they most likely simply mean | Dag-Erling Smørgrav | 2000-09-06 | 1 | -3/+1 |
| * | /modules -> /boot/kernel | Andrey A. Chernov | 2000-09-06 | 1 | -2/+2 |
| * | Bring LDADD in line with DPADD. | Greg Lehey | 2000-09-06 | 1 | -1/+1 |
| * | I'm not sure what changed to cause this, but using 'dirname' as a variable | Peter Wemm | 2000-09-03 | 1 | -8/+8 |
| * | Clean up now that setproctitle() is in libc. | Greg Lehey | 2000-09-03 | 3 | -3/+1 |
| * | Don't use libutil now that setproctitle() is in libc | Brian Somers | 2000-09-02 | 2 | -3/+0 |
| * | Correct typo. | Greg Lehey | 2000-08-29 | 2 | -2/+2 |
| * | No more hunting around for ipnat.conf(5) man page. | Nick Hibma | 2000-08-28 | 1 | -0/+1 |
| * | Explain the notion that additional mount options may be described | Sheldon Hearn | 2000-08-28 | 2 | -12/+22 |
| * | Mount DEVFS with no options. | Poul-Henning Kamp | 2000-08-26 | 1 | -1/+1 |
| * | - When adjusting the end of a partition to lie on a cylinder boundary, don't | John Baldwin | 2000-08-24 | 2 | -92/+188 |