]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Serial + Parallel + Ethernet + NFS section translation
[FreeBSD/FreeBSD.git] / sbin /
2002-09-12 Søren SchmidtUse the proper fields for security.
2002-09-12 Luigi RizzoStore the port number in "fwd" rules in host format...
2002-09-11 Peter WemmCommit "unrelated style fixes" part of Bruce's patch...
2002-09-11 Peter WemmModify previous commit to solve the real problem that...
2002-09-09 Jacques VidrineIn reference to previous commit: use err(3).
2002-09-09 Jacques VidrineBack out previous commit. I was a bit overzealous...
2002-09-09 Jacques VidrineCheck for FD_SET overrun.
2002-09-09 Jacques VidrineCheck for FD_SET overrun.
2002-09-08 Marc FonvieilleTypo: s/o packet/on packet/
2002-09-08 Matthew N. DoddSplit cam_argmask and move "commands" into cam_cmdmask...
2002-09-06 Peter WemmBandaid for mount_nfs segfaulting with the more obscure...
2002-09-06 Matthew N. DoddAdd 'camcontrol load' as a complement to 'camcontrol...
2002-09-06 Bruce EvansRemoved vestiges of the -a and -d options.
2002-09-06 Poul-Henning KampRemove the -a maxcontig option, the kernel doesn't...
2002-09-02 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-08-31 Tom Rhodesuse 'file system superblock' for the error message...
2002-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-08-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-29 Giorgos KeramidasMention that fdisk(8) should be used to grow the contai...
2002-08-29 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-08-28 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-27 Ian DowseAdd the -A flag to the usage line.
2002-08-27 Tom RhodesFix some 'SYNOPSIS' and 'usage' messages.
2002-08-26 Tom RhodesFix Synopsis
2002-08-26 Ian DowseUnbreak the -c option by not using connect(2) for mount...
2002-08-26 Tom RhodesPrint a more realistic usage message 'special_device...
2002-08-25 Philippe CharnierReplace various spelling with FALLTHROUGH which is...
2002-08-25 Crist J. ClarkCheck if a host argument is a IPv6 presentation format...
2002-08-25 Peter WemmMake this compile without needing NO_WERROR.
2002-08-21 Warner LoshUse '0' instead of NULL when we mean the integer consta...
2002-08-21 Tom Rhodess/filesystem/file system/g as discussed on -developers
2002-08-21 Warner LoshDon't use NULL where you really mean 0 to sysctlbyname.
2002-08-21 Luigi RizzoWhoops, the manpage lied... ipfw2 has always accepted...
2002-08-20 Johan KarlssonTake care of WARNS=3 warnings by using unsigned/signed...
2002-08-19 Maxim SobolevImplement user-setable promiscuous mode (a new `promisc...
2002-08-19 Luigi RizzoOne more (hopefully the last one) step in cleaning...
2002-08-19 Maxim SobolevFix last-minute typo which breaks the world.
2002-08-19 Luigi RizzoMajor cleanup of the parser and printing routines in...
2002-08-18 Johan KarlssonRemove unused variable. camcontrol is now WARNS=2 clean...
2002-08-18 John PolstraClarify the explanation of the behavior for setuid...
2002-08-18 Bruce EvansInclude <nlist.h> for nlist interfaces instead of depen...
2002-08-18 Maxim SobolevIncrease size of ifnet.if_flags from 16 bits (short...
2002-08-16 Bosko MilekicFix more breakage due to FSTYPENAMES/DKTYPENAMES split.
2002-08-16 Luigi RizzoComplete list of differences between ipfw1 and ipfw2.
2002-08-16 Luigi Rizzosys/netinet/ip_fw2.c:
2002-08-16 Alfred PerlsteinNo need to include sys/time.h, this unbreaks a c89...
2002-08-16 Alfred PerlsteinDon't '#define DKTYPENAMES', we don't use the variable...
2002-08-13 Maxime HenrionDon't depend on namespace pollution in sys/mount.h and
2002-08-13 Ruslan Ermilovmdoc(7) police: Removed redundant .Ns calls.
2002-08-13 Ruslan Ermilovcan not -> cannot.
2002-08-13 Ruslan Ermilovmdoc(7) police: laundry.
2002-08-13 Ruslan Ermilovmdoc(7) police: Consistently name options' arguments...
2002-08-13 Ruslan Ermilovmdoc(7) police: canonize FreeBSD in e-mail address.
2002-08-13 Ruslan Ermilovmdoc(7) police: missing markup bits.
2002-08-13 Ruslan Ermilovmdoc(7) police: KAMEism in rev. 1.56, nits in rev....
2002-08-13 Ruslan Ermilovmdoc(7) police: Use the .Ud macro.
2002-08-13 Ruslan ErmilovImprove wording even more.
2002-08-13 Ruslan Ermilovmdoc(7) police: kill hard sentence break.
2002-08-12 Warner LoshWarn that hex keys are the most portable.
2002-08-11 Juli MallettSimplify some things to use libufs-provided functionali...
2002-08-11 Maxime HenrionUpdate manpage to match the code, we don't use
2002-08-11 Maxime HenrionUpdate the manpage to match the code. The mount utilities
2002-08-11 Maxime HenrionThe kldload() system call doesn't return 0 when it...
2002-08-10 Maxime Henrion- Introduce a new struct xvfsconf, the userland version...
2002-08-10 Luigi RizzoFix one parsing bug introduced by last commit, and...
2002-08-10 Luigi RizzoMajor revision of the ipfw manpage, trying to make...
2002-08-10 Luigi RizzoOne bugfix and one new feature.
2002-08-10 Peter WemmFix the broken "avoid unaligned data" fix. The problem...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-09 Poul-Henning KampFixup preen.c to match its new residence.
2002-08-09 Poul-Henning Kamppreen.c was a stragler after the fsck/fsck_ffs divorce.
2002-08-06 Semen UstimenkoFix -o ac(reg|dir)(min|max) options. The appropriate...
2002-08-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-04 Luigi RizzoFix generation of check-state rules, which i broke...
2002-08-03 Maxime HenrionSmall diffs that p4 didn't catch when I extracted
2002-08-03 Maxime HenrionThis should have been committed too, I have no idea
2002-08-03 Maxime HenrionI should have committed this ages ago...
2002-08-03 Maxime HenrionNow that the kernel is able to load modules itself,
2002-08-02 Robert WatsonIntroduce support for Mandatory Access Control and...
2002-07-31 Luigi RizzoForgot this one: properly initialize an address set...
2002-07-31 Luigi RizzoTwo bugfixes:
2002-07-31 Søren SchmidtAlso print the serial # on atacontrol cap ....
2002-07-31 Maxime HenrionFix a bunch of format string warnings which broke
2002-07-30 Poul-Henning KampRemove some additional paranoia which Kirk forgot to...
2002-07-30 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-07-30 Poul-Henning KampWarning cleanup.
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-07-29 Mike BarcroftDon't depend on pollution in <machine/limits.h> (by...
2002-07-29 Ruslan ErmilovDrop support for COPY, -c has been the default mode...
2002-07-28 Dima DorfmanNuke whitespace at EOL.
2002-07-28 Dima DorfmanWhat we're actually passing around is an ioctl request...
next