| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 9 | -60/+17 |
* | route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returns | luigi | 2004-04-13 | 3 | -14/+19 |
* | Teach the script where libssl actually lives. | ru | 2004-04-13 | 1 | -1/+1 |
* | Add support for the Promise command sequencer present on all modern Promise | sos | 2004-04-13 | 12 | -270/+625 |
* | Bump __FreeBSD_version on behalf of the new .warning directive in make(1). | ru | 2004-04-13 | 1 | -1/+1 |
* | Make functions and variables static. | luigi | 2004-04-13 | 1 | -88/+96 |
* | Added FreeBSD 5.2.1, just in case. | ru | 2004-04-13 | 1 | -0/+1 |
* | Added upcoming 4.10 and 5.3 releases. | ru | 2004-04-13 | 1 | -0/+2 |
* | Add -P arguments for dump(8) and restore(8) which allow the user to | green | 2004-04-13 | 8 | -39/+176 |
* | The 3CXE589DT was spotted in the wild, and is presumed supported by | imp | 2004-04-13 | 1 | -11/+11 |
* | Fix off by one error, twice. | imp | 2004-04-12 | 1 | -2/+2 |
* | Do not drop Giant around the poll method yet, we're not ready for it. | phk | 2004-04-12 | 1 | -2/+2 |
* | MFp4: | imp | 2004-04-12 | 1 | -4/+15 |
* | Improve reading of CIS cards: | imp | 2004-04-12 | 1 | -3/+10 |
* | remove an almost-duplicate piece of code by setting the loop | luigi | 2004-04-12 | 1 | -16/+10 |
* | in rtinit(), remove one useless variable, and move a few others | luigi | 2004-04-12 | 1 | -9/+9 |
* | Improve the warnings for dump -L and do not bother doing the snapshot if | green | 2004-04-12 | 2 | -3/+11 |
* | The .DEFAULT target with no commands caused a null pointer dereference. | ru | 2004-04-12 | 1 | -1/+6 |
* | Catch up with diskless split "diskless" is no longer provided. | brooks | 2004-04-12 | 2 | -2/+2 |
* | Style fixes | kientzle | 2004-04-12 | 1 | -3/+2 |
* | Document the new .warning directive. | ru | 2004-04-12 | 1 | -2/+8 |
* | Added the new .warning directive. | ru | 2004-04-12 | 1 | -3/+33 |
* | stop() no longer needs sched_lock held; in fact, holding sched_lock causes | cperciva | 2004-04-12 | 1 | -3/+2 |
* | Show link-level multicast packet counters with the -a option. | ru | 2004-04-12 | 1 | -2/+14 |
* | Count outgoing link-level broadcast packets in if_omcasts. | ru | 2004-04-12 | 1 | -1/+1 |
* | Sync list of FTP sites with current reality. | kensmith | 2004-04-12 | 2 | -24/+20 |
* | Perform some basic validation of multibyte conversion state objects. | tjr | 2004-04-12 | 8 | -16/+116 |
* | Don't send the available space as is in the FSSTAT call. Under | mux | 2004-04-12 | 1 | -2/+14 |
* | Remove a nonsensical remark about byte order markers in UTF-8 streams. | tjr | 2004-04-12 | 1 | -6/+1 |
* | Fixed alignment of multicast addresses when printing that got | ru | 2004-04-12 | 1 | -2/+4 |
* | Fix "sleeping without a mutex" panic. | markm | 2004-04-12 | 1 | -3/+6 |
* | Remove a check for the return value added in rev 1.41. It's not an error | njl | 2004-04-12 | 1 | -8/+1 |
* | Move sx to i386/NOTES for the moment. I missed the | imp | 2004-04-12 | 2 | -2/+4 |
* | More work on ACLs: fix error in archive_entry's ACL parsing code, | kientzle | 2004-04-12 | 36 | -933/+396 |
* | Add DPADD to Makefile (thanks to Andrey for pointing this out). | kientzle | 2004-04-12 | 5 | -24/+2 |
* | Fix some minor grammar nits. Translators can probably ignore this. | bmah | 2004-04-11 | 2 | -20/+20 |
* | Bump __FreeBSD_version for getgrent(3) removal. I doubt anything | mux | 2004-04-11 | 1 | -1/+1 |
* | Belatedly remove the getvfsent(3) API. All the consumers have been | mux | 2004-04-11 | 4 | -348/+2 |
* | Put struct ovfsconf inside BURN_BRIDGES as well. | mux | 2004-04-11 | 1 | -0/+2 |
* | Put deprecated sysctl code inside BURN_BRIDGES. | mux | 2004-04-11 | 1 | -3/+5 |
* | Sync with other mount_*fs(8) utilities; we don't need to try to | mux | 2004-04-11 | 1 | -13/+3 |
* | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -5/+13 |
* | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 2 | -2/+23 |
* | Add sx driver, since it looks like it should work on all | imp | 2004-04-11 | 1 | -0/+2 |
* | Update to recent driver api changes. | imp | 2004-04-11 | 2 | -25/+11 |
* | Add glue for new sx driver. | imp | 2004-04-11 | 2 | -0/+5 |
* | Use vm_page_hold() rather than vm_page_wire() for short-duration page | alc | 2004-04-11 | 1 | -2/+2 |
* | Frank Mayhar's <frank@exit.com> sx driver for older Specialix | imp | 2004-04-11 | 7 | -0/+3230 |
* | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -1/+12 |
* | Add note about why we're ignoring the below 1MB bit. | imp | 2004-04-11 | 1 | -0/+19 |