| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell the `daemon' correctly. | ru | 2000-11-14 | 1 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 16 | -63/+107 |
* | Be a little clearer about the relationship between these two. | nik | 2000-11-12 | 2 | -2/+12 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 15 | -190/+206 |
* | Remove the block/char device distinction. badsect only worked on bdevs, | adrian | 2000-11-09 | 1 | -7/+1 |
* | Update usage(). | obrien | 2000-11-08 | 1 | -1/+1 |
* | Build with -DUSE_INET6 so that we can actually use the IPv6 support in | nectar | 2000-10-31 | 4 | -4/+4 |
* | Add support for virgin disklabels | jkh | 2000-10-31 | 4 | -68/+298 |
* | IPFW does not discard *any* IP fragments with OFF=1, only TCP ones. | ru | 2000-10-30 | 1 | -3/+6 |
* | .Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and | nik | 2000-10-29 | 1 | -0/+5 |
* | Remove obsolete /dev/drum references | jedgar | 2000-10-29 | 1 | -1/+0 |
* | Cast block number to off_t to avoid possible overflow bugs. | jwd | 2000-10-24 | 1 | -1/+1 |
* | The write combining code in revision 1.30 needs a few additional | jwd | 2000-10-24 | 1 | -12/+25 |
* | Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long) | gallatin | 2000-10-23 | 1 | -2/+2 |
* | Work much harder at obtaining a correct device node. If what devname(3) | des | 2000-10-17 | 1 | -31/+89 |
* | Implement simple write combining for newfs - this is particularly useful | peter | 2000-10-17 | 1 | -0/+37 |
* | Pre-IFS commit. Commit IFS-aware fsck and mount utilities. | adrian | 2000-10-14 | 10 | -302/+37 |
* | Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as | ru | 2000-10-12 | 1 | -3/+3 |
* | Reset globals for every new command read from preprocessed file. | ru | 2000-10-11 | 1 | -12/+14 |
* | Only interpret the last command line argument as a file to | ru | 2000-10-11 | 2 | -5/+7 |
* | We want the FreeBSD ID as the RCS ID, not the NetBSD one. | obrien | 2000-10-10 | 1 | -4/+3 |
* | Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit. | bde | 2000-10-10 | 1 | -2/+1 |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 3 | -1/+6 |
* | .. fsck wrappers aftercommit #1: I don't know how these files got lost, | adrian | 2000-10-09 | 2 | -0/+467 |
* | Reviewed by: rwatson, bp | adrian | 2000-10-09 | 27 | -8134/+1010 |
* | Reviewed by: rwatson, bp | adrian | 2000-10-09 | 1 | -0/+1 |
* | .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget | adrian | 2000-10-09 | 2 | -2/+2 |
* | Some missed magic in the fsck wrapper commit which is required by other | adrian | 2000-10-09 | 6 | -1264/+1384 |
* | Reviewed by: rwatson, bp | adrian | 2000-10-09 | 17 | -359/+327 |
* | Don't overflow our fd_set. This is not a full sync with KAME because there | kris | 2000-10-08 | 1 | -9/+11 |
* | Format string fix. | kris | 2000-10-06 | 3 | -3/+3 |
* | Convert this Makefile to the usual style. | ru | 2000-10-06 | 1 | -3/+3 |
* | Document the latest firewall knobs. | ru | 2000-10-06 | 2 | -32/+91 |
* | Respect the protocol when looking the port up by service name. | ru | 2000-10-04 | 1 | -15/+22 |
* | Do not force argument to ``ipid'' modifier be in hex, and | ru | 2000-10-03 | 1 | -9/+11 |
* | Fixed the printing of TCP flags. | ru | 2000-10-03 | 1 | -1/+1 |
* | Add new fields for more granularity: | billf | 2000-10-02 | 1 | -6/+169 |
* | - Documented the host/bits syntax for destination argument. | ru | 2000-09-29 | 1 | -3/+13 |
* | Interpret the address argument as network-type address for `destination' | ru | 2000-09-29 | 1 | -13/+12 |
* | Fixed the case where argument of 0.0.0.0/8 would match the default route. | ru | 2000-09-29 | 1 | -4/+4 |
* | Document that net.inet.ip.fw.one_pass only affects dummynet(4). | ru | 2000-09-29 | 1 | -3/+5 |
* | Remove superfluous code: | des | 2000-09-28 | 1 | -78/+29 |
* | Add 'setupstate' to RAID-10 example. | grog | 2000-09-23 | 1 | -2/+7 |
* | Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the | ken | 2000-09-17 | 1 | -0/+2 |
* | Turn dkcksum() into an __inline function. | phk | 2000-09-16 | 7 | -120/+5 |
* | Improve the clarification of the handling of the securelevel. | sheldonh | 2000-09-13 | 1 | -6/+2 |
* | Fix sign extension. | mjacob | 2000-09-12 | 1 | -1/+1 |
* | Clarify the handling of the securelevel. | sheldonh | 2000-09-12 | 1 | -8/+13 |
* | Fix comment to match previous commit, as per bde. | des | 2000-09-07 | 1 | -1/+1 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 1 | -1/+1 |