| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stick .Os between .Dd and .Dt | Chris Costello | 2002-10-20 | 1 | -0/+1 |
| * | Since NEWCARD is the default for i386, undef PCCARD_ARCH. | Makoto Matsushita | 2002-10-20 | 4 | -4/+4 |
| * | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | Nate Lawson | 2002-10-18 | 4 | -8/+13 |
| * | Connect ofwdump to the sparc64 build. | Thomas Moestl | 2002-10-18 | 1 | -0/+4 |
| * | Add a utility to examine the OpenFirmware device tree (on sparc64). This | Thomas Moestl | 2002-10-18 | 6 | -0/+555 |
| * | Sync usage() with reality and sort it alphabetically. | Tim J. Robbins | 2002-10-18 | 1 | -4/+5 |
| * | Add -c option to synopsis. Sort it alphabetically, too. | Tim J. Robbins | 2002-10-18 | 1 | -3/+3 |
| * | Cosmetic line-wrapping change that has the side-effect of not producing | Chris Costello | 2002-10-18 | 1 | -2/+2 |
| * | Remove a superfluous line containing only `.' | Chris Costello | 2002-10-18 | 1 | -1/+0 |
| * | Activate ugidfw.8 man page. | Chris Costello | 2002-10-17 | 1 | -1/+1 |
| * | Remove unused #includes. Eliminate castings by using size_t instead of int. | Philippe Charnier | 2002-10-17 | 1 | -8/+4 |
| * | Add a man page for ugidfw(8). | Chris Costello | 2002-10-17 | 1 | -0/+176 |
| * | s/rpc.mountd/mountd/ | Philippe Charnier | 2002-10-16 | 1 | -5/+6 |
| * | Arrange to not have /* inside a comment. Typo fix. | Philippe Charnier | 2002-10-16 | 1 | -2/+5 |
| * | Put author name under .An/Aq. | Philippe Charnier | 2002-10-16 | 1 | -1/+2 |
| * | Fix getopt(3) optstring: remove a flag we does not handle. | Maxim Konovalov | 2002-10-16 | 1 | -1/+1 |
| * | Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter inside | Philippe Charnier | 2002-10-15 | 2 | -9/+8 |
| * | Fix to check disk geometry. | Yoshihiro Takahashi | 2002-10-14 | 2 | -4/+8 |
| * | The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case. | Yoshihiro Takahashi | 2002-10-14 | 1 | -0/+6 |
| * | Use snprintf() instead of sprintf(). | Yoshihiro Takahashi | 2002-10-14 | 1 | -3/+3 |
| * | Check correct machine name. | Yoshihiro Takahashi | 2002-10-14 | 1 | -0/+2 |
| * | * Negative #if's are harder to read as they don't tell exactly what arch | David E. O'Brien | 2002-10-11 | 13 | -52/+60 |
| * | Document the -n option and fix manpage Fl usage. | Brian Feldman | 2002-10-10 | 1 | -6/+8 |
| * | Add an -n option to write the trailing nul byte to the extattr when | Brian Feldman | 2002-10-10 | 1 | -4/+10 |
| * | Correct argc verification (don't crash). | Brian Feldman | 2002-10-10 | 1 | -2/+7 |
| * | Add -h flags to each of the *extattr(8) commands, indicating that | Robert Watson | 2002-10-10 | 2 | -20/+43 |
| * | Use basename(3) to derive the name of the binary from argv[0]. | Robert Watson | 2002-10-10 | 1 | -1/+2 |
| * | de-__P() | Alfred Perlstein | 2002-10-10 | 8 | -175/+159 |
| * | Use __packed. | John Baldwin | 2002-10-09 | 1 | -5/+5 |
| * | Spell 'Temperature' correctly. | John Baldwin | 2002-10-08 | 1 | -1/+1 |
| * | Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate | Bruce A. Mah | 2002-10-08 | 1 | -0/+1 |
| * | Add 'break' to empty 'default' 'switch' statements. | Alfred Perlstein | 2002-10-07 | 1 | -4/+4 |
| * | WARNS=3 safety (mostly), use __unused for unused params and unsigned where | Alfred Perlstein | 2002-10-07 | 10 | -40/+40 |
| * | fix line wrap. | Alfred Perlstein | 2002-10-07 | 1 | -15/+30 |
| * | cast xdr_rpcblist_ptr to xdrproc_t to silence warnings. | Alfred Perlstein | 2002-10-07 | 1 | -4/+4 |
| * | Add ';' after 'default:' labels to avoid 'deprecated use of label at end | Alfred Perlstein | 2002-10-07 | 1 | -0/+4 |
| * | Don't pass a NULL pointer to syslog(3). | Alfred Perlstein | 2002-10-07 | 1 | -0/+1 |
| * | Avoid referencing a removed (and freed) queue entry. This partially reverts | Dag-Erling Smørgrav | 2002-10-06 | 1 | -2/+4 |
| * | Actually use the exitstatus value that we maintain. | Dima Dorfman | 2002-10-01 | 1 | -1/+1 |
| * | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | Poul-Henning Kamp | 2002-10-01 | 1 | -0/+1 |
| * | Remove bogus comments about why we do some silly things, and instead | Warner Losh | 2002-09-29 | 1 | -12/+1 |
| * | Add -x option. This causes pccardd to exit after probing the cards. This | Warner Losh | 2002-09-29 | 2 | -2/+14 |
| * | Add a ; to make a non-null statement | Warner Losh | 2002-09-29 | 1 | -1/+1 |
| * | Create symlink for /etc/group. MAKEDEV file will use this file (group name | Makoto Matsushita | 2002-09-28 | 2 | -0/+2 |
| * | Use the standardized CHAR_BIT constant instead of NBBY in userland. | Mike Barcroft | 2002-09-25 | 1 | -2/+3 |
| * | Get howmany() macro from <sys/param.h>, instead of depending on its | Mike Barcroft | 2002-09-24 | 1 | -1/+1 |
| * | Use POSIX-style sort syntax in example | Andrey A. Chernov | 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 Somers | 2002-09-23 | 1 | -1/+2 |
| * | Do not add a start offset time to the track duration time. | Maxim Konovalov | 2002-09-23 | 1 | -1/+2 |
| * | Introduce to the !program specification a capability similar to the one | Daniel C. Sobral | 2002-09-23 | 2 | -2/+25 |