| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach rfcomm_sppd(8) to recognize "lan" (for LAN Access Using PPP) service | emax | 2005-12-07 | 2 | -1/+7 |
* | Wording tweaks. | des | 2005-12-07 | 1 | -3/+2 |
* | Add a -0 option for interoperability with xargs -0. | des | 2005-12-07 | 3 | -4/+14 |
* | Add -r option for GNU compatibility. | des | 2005-12-07 | 1 | -1/+4 |
* | Fix -r flag to actually work. "now" comes after "then", not vice versa. | njl | 2005-12-06 | 1 | -1/+1 |
* | Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. | ru | 2005-12-05 | 5 | -25/+57 |
* | Catch up with 64bit time_t on sparc64. The rstat packet expects a 32bit | philip | 2005-12-04 | 1 | -5/+19 |
* | Quickly fix brokeness in revision 1.157, that change was | davidxu | 2005-12-01 | 1 | -4/+4 |
* | - match_var: do not address memory at invalid address (`len' can be greater | fjoe | 2005-11-30 | 2 | -3/+5 |
* | Remove two lines of debugging output that accidentally snuck into the | rwatson | 2005-11-28 | 1 | -2/+0 |
* | Portability: remove AC_FUNC_MALLOC from configure.ac.in. | kientzle | 2005-11-27 | 1 | -1/+0 |
* | Teach rfcomm_sppd(1) about service names, so it is possible to specify | emax | 2005-11-23 | 2 | -8/+39 |
* | Use the appropriate error function for displaying the error, | dds | 2005-11-20 | 1 | -1/+1 |
* | Fix up markup. | ru | 2005-11-18 | 2 | -26/+38 |
* | -mdoc sweep. | ru | 2005-11-18 | 7 | -37/+38 |
* | Sync as close as possible with NetBSD. | pjd | 2005-11-16 | 1 | -92/+115 |
* | I often find myself doing: | pjd | 2005-11-16 | 2 | -15/+45 |
* | Eliminate coredump problem introduced by last commit. | rodrigc | 2005-11-14 | 1 | -2/+8 |
* | Eliminate build breakage due to warnings about const. | rodrigc | 2005-11-14 | 1 | -3/+3 |
* | Use ANSI definitions. | dwmalone | 2005-11-13 | 13 | -574/+352 |
* | len and len2 work better as size_t | dwmalone | 2005-11-13 | 1 | -1/+2 |
* | Const poision, deregister and use ANSI definitions. | dwmalone | 2005-11-13 | 1 | -23/+20 |
* | Declare find_err in indent_globs.h where the other shared variables | dwmalone | 2005-11-13 | 3 | -4/+1 |
* | Avoid shadowing a local scratch variable, | dwmalone | 2005-11-13 | 1 | -2/+2 |
* | Modify netstat -mb to use libmemstat when accessing a core dump or live | rwatson | 2005-11-13 | 3 | -178/+54 |
* | Add "-s" argument to kdump to suppress the display of I/O data. | rwatson | 2005-11-12 | 2 | -4/+11 |
* | Look through ext2fs file systems as well as ufs. | grog | 2005-11-12 | 1 | -1/+1 |
* | Align output. | ru | 2005-11-09 | 1 | -2/+2 |
* | Edit pathnames for -x but not for -t. Otherwise, people get confused | kientzle | 2005-11-06 | 1 | -1/+1 |
* | Un-break processing of device major/minor values with fstat -n. We do | csjp | 2005-11-05 | 1 | -3/+5 |
* | o Update list of holidays in Russia. | maxim | 2005-11-02 | 1 | -7/+10 |
* | Fix an erroneous description of the file descriptor assignments for | jdp | 2005-11-02 | 1 | -5/+3 |
* | Xref setlocale(3), bump document date. | trhodes | 2005-11-01 | 1 | -1/+3 |
* | Add a "-H" argument to kdump, which causes kdump to print an additional | rwatson | 2005-11-01 | 2 | -6/+33 |
* | In mode 'u', check for an error return from archive_read_open. | kientzle | 2005-11-01 | 1 | -2/+6 |
* | Include <sys/param.h> in order to get current __FreeBSD_version | kientzle | 2005-11-01 | 1 | -0/+1 |
* | Spell "--format" correctly in error message. (It hasn't been | kientzle | 2005-11-01 | 1 | -1/+1 |
* | new committer: added my birthday to the calendar | aaron | 2005-10-30 | 1 | -0/+1 |
* | Add some significant Ukrainian dates. | ru | 2005-10-28 | 6 | -1/+102 |
* | Fix misspelled 'argument' and try to make the sentence into English. | jhb | 2005-10-26 | 1 | -1/+1 |
* | Use the "builtin" shell function to make sure that the requested | cperciva | 2005-10-24 | 1 | -1/+1 |
* | Document incorrect handling of multibyte characters. | tjr | 2005-10-23 | 1 | -1/+5 |
* | Fix obvious copy'n'paste-O in rev.1.36 While here nit style. | mlaier | 2005-10-22 | 1 | -3/+3 |
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
* | Make sure that files included using ".include <foo>" are really | ru | 2005-10-17 | 1 | -17/+16 |
* | Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) | andre | 2005-10-17 | 2 | -25/+7 |
* | The kernel accepts sockaddrs with len set to zero for sockaddr_in | alfred | 2005-10-15 | 1 | -9/+20 |
* | Revise the manpage to a certain extent, mostly with respect to | yar | 2005-10-14 | 1 | -32/+68 |
* | Style: move .PATH to where it belongs. | ru | 2005-10-14 | 1 | -2/+2 |
* | __MAKE_CONF doesn't really belong here because it is | yar | 2005-10-12 | 1 | -10/+1 |