| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the -n option and fix manpage Fl usage. | green | 2002-10-10 | 1 | -6/+8 |
* | Add an -n option to write the trailing nul byte to the extattr when | green | 2002-10-10 | 1 | -4/+10 |
* | Correct argc verification (don't crash). | green | 2002-10-10 | 1 | -2/+7 |
* | Add -h flags to each of the *extattr(8) commands, indicating that | rwatson | 2002-10-10 | 2 | -20/+43 |
* | Use basename(3) to derive the name of the binary from argv[0]. | rwatson | 2002-10-10 | 1 | -1/+2 |
* | de-__P() | alfred | 2002-10-10 | 8 | -175/+159 |
* | Use __packed. | jhb | 2002-10-09 | 1 | -5/+5 |
* | Spell 'Temperature' correctly. | jhb | 2002-10-08 | 1 | -1/+1 |
* | Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate | bmah | 2002-10-08 | 1 | -0/+1 |
* | Add 'break' to empty 'default' 'switch' statements. | alfred | 2002-10-07 | 1 | -4/+4 |
* | WARNS=3 safety (mostly), use __unused for unused params and unsigned where | alfred | 2002-10-07 | 10 | -40/+40 |
* | fix line wrap. | alfred | 2002-10-07 | 1 | -15/+30 |
* | cast xdr_rpcblist_ptr to xdrproc_t to silence warnings. | alfred | 2002-10-07 | 1 | -4/+4 |
* | Add ';' after 'default:' labels to avoid 'deprecated use of label at end | alfred | 2002-10-07 | 1 | -0/+4 |
* | Don't pass a NULL pointer to syslog(3). | alfred | 2002-10-07 | 1 | -0/+1 |
* | Avoid referencing a removed (and freed) queue entry. This partially reverts | des | 2002-10-06 | 1 | -2/+4 |
* | Actually use the exitstatus value that we maintain. | dd | 2002-10-01 | 1 | -1/+1 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |
* | Remove bogus comments about why we do some silly things, and instead | imp | 2002-09-29 | 1 | -12/+1 |
* | Add -x option. This causes pccardd to exit after probing the cards. This | imp | 2002-09-29 | 2 | -2/+14 |
* | Add a ; to make a non-null statement | imp | 2002-09-29 | 1 | -1/+1 |
* | Create symlink for /etc/group. MAKEDEV file will use this file (group name | matusita | 2002-09-28 | 2 | -0/+2 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -2/+3 |
* | Get howmany() macro from <sys/param.h>, instead of depending on its | mike | 2002-09-24 | 1 | -1/+1 |
* | Use POSIX-style sort syntax in example | ache | 2002-09-24 | 1 | -1/+1 |
* | If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting | brian | 2002-09-23 | 1 | -1/+2 |
* | Do not add a start offset time to the track duration time. | maxim | 2002-09-23 | 1 | -1/+2 |
* | Introduce to the !program specification a capability similar to the one | dcs | 2002-09-23 | 2 | -2/+25 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 3 | -6/+6 |
* | The resolver library does a pretty acceptable set of domain | markm | 2002-09-20 | 1 | -19/+2 |
* | Kerberised NFS has never (as far as I can tell) worked outside | markm | 2002-09-20 | 1 | -12/+2 |
* | o Don't print devices that aren't attached unless run with the newly | imp | 2002-09-20 | 2 | -5/+13 |
* | Pppctl seems to compile again now | julian | 2002-09-19 | 1 | -1/+1 |
* | Use consistent terminology in the usage message, the man page | jdp | 2002-09-17 | 2 | -10/+10 |
* | Don't depend on <sys/types.h> pollution in <sys/fcntl.h>. | mike | 2002-09-17 | 2 | -0/+2 |
* | Check for FD_SET overruns. | nectar | 2002-09-17 | 1 | -0/+8 |
* | Only include parent directory Makefile.inc if it exists. Now you can | jhb | 2002-09-17 | 1 | -1/+3 |
* | Add i386 to the list of architectures that libc_r is broken on. This | peter | 2002-09-17 | 1 | -1/+1 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 2 | -32/+0 |
* | xids are u_int32_ts, which are not necessarily the same size as time_ts or | fenner | 2002-09-16 | 1 | -2/+2 |
* | Add sleep state explanation. | takawata | 2002-09-16 | 1 | -4/+10 |
* | Add "-t" to useage message and comment. (The -t option was added | dwmalone | 2002-09-15 | 1 | -3/+3 |
* | Some BIOSs are using MTRR values that are only documented under NDA | dwmalone | 2002-09-15 | 2 | -1/+3 |
* | Update to use *.tbz suffix, also update example URL. | bmah | 2002-09-10 | 1 | -3/+3 |
* | Sigh, finally activate pkgwrap.c. | sobomax | 2002-09-09 | 1 | -1/+1 |
* | Fix minor off-by-one error. | bmah | 2002-09-09 | 1 | -1/+1 |
* | Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASE | bmah | 2002-09-09 | 1 | -0/+2 |
* | Introduce notion of the package tools revision and allow to wrap all tools | sobomax | 2002-09-09 | 5 | -18/+131 |
* | Add tcl81 that was missing. | knu | 2002-09-09 | 1 | -0/+1 |
* | Back out previous commit. I was a bit overzealous: the fd_set size is | nectar | 2002-09-09 | 1 | -2/+0 |