| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly list architectures supporting sysinstall | phk | 2002-10-25 | 1 | -1/+4 |
* | MFS: Update sysinstall text for the number and size or ports in the ports | bmah | 2002-10-25 | 1 | -2/+2 |
* | Goodbye and good riddance! | phk | 2002-10-25 | 1 | -80/+0 |
* | Confirmed kill: "Bogon #1" is dead, killed by DEVFS. | phk | 2002-10-25 | 2 | -76/+0 |
* | Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-) | phk | 2002-10-25 | 2 | -4/+4 |
* | another int * to size_t * change for getbsize() to make it compile | gallatin | 2002-10-24 | 1 | -1/+1 |
* | getbsize() now takes a pointer to a size_t as its first arg. A pointer | gallatin | 2002-10-24 | 1 | -1/+1 |
* | Adjust argument passed to getbsize(). | markm | 2002-10-23 | 1 | -6/+8 |
* | Fix cut&paste mistake. | phk | 2002-10-23 | 2 | -4/+4 |
* | Introduce simple command line tools to manage MAC labels on processes and | rwatson | 2002-10-23 | 11 | -0/+577 |
* | Remove more private MAKEDEV kludges. | phk | 2002-10-22 | 2 | -6/+6 |
* | Give a real error on failure to mount DEVFS. | phk | 2002-10-22 | 2 | -38/+10 |
* | Don't use NO_MAKEDEV* option, its the default now. | phk | 2002-10-22 | 1 | -1/+1 |
* | Fix example, we do not need NO_MAKEDEV_RUN any more. | phk | 2002-10-22 | 1 | -1/+1 |
* | Chunk functions in libdisk take an extra arguement for all archs to accomodate | phk | 2002-10-22 | 4 | -26/+4 |
* | Pick up a prototyp from libdisk.h instead of having our own. | phk | 2002-10-22 | 2 | -2/+0 |
* | DEVFS has been nmountified, so use nmount(2) to mount it. | phk | 2002-10-21 | 2 | -4/+28 |
* | Stick .Os between .Dd and .Dt | chris | 2002-10-20 | 1 | -0/+1 |
* | Since NEWCARD is the default for i386, undef PCCARD_ARCH. | matusita | 2002-10-20 | 4 | -4/+4 |
* | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | njl | 2002-10-18 | 4 | -8/+13 |
* | Connect ofwdump to the sparc64 build. | tmm | 2002-10-18 | 1 | -0/+4 |
* | Add a utility to examine the OpenFirmware device tree (on sparc64). This | tmm | 2002-10-18 | 6 | -0/+555 |
* | Sync usage() with reality and sort it alphabetically. | tjr | 2002-10-18 | 1 | -4/+5 |
* | Add -c option to synopsis. Sort it alphabetically, too. | tjr | 2002-10-18 | 1 | -3/+3 |
* | Cosmetic line-wrapping change that has the side-effect of not producing | chris | 2002-10-18 | 1 | -2/+2 |
* | Remove a superfluous line containing only `.' | chris | 2002-10-18 | 1 | -1/+0 |
* | Activate ugidfw.8 man page. | chris | 2002-10-17 | 1 | -1/+1 |
* | Remove unused #includes. Eliminate castings by using size_t instead of int. | charnier | 2002-10-17 | 1 | -8/+4 |
* | Add a man page for ugidfw(8). | chris | 2002-10-17 | 1 | -0/+176 |
* | s/rpc.mountd/mountd/ | charnier | 2002-10-16 | 1 | -5/+6 |
* | Arrange to not have /* inside a comment. Typo fix. | charnier | 2002-10-16 | 1 | -2/+5 |
* | Put author name under .An/Aq. | charnier | 2002-10-16 | 1 | -1/+2 |
* | Fix getopt(3) optstring: remove a flag we does not handle. | maxim | 2002-10-16 | 1 | -1/+1 |
* | Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter inside | charnier | 2002-10-15 | 2 | -9/+8 |
* | Fix to check disk geometry. | nyan | 2002-10-14 | 2 | -4/+8 |
* | The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case. | nyan | 2002-10-14 | 1 | -0/+6 |
* | Use snprintf() instead of sprintf(). | nyan | 2002-10-14 | 1 | -3/+3 |
* | Check correct machine name. | nyan | 2002-10-14 | 1 | -0/+2 |
* | * Negative #if's are harder to read as they don't tell exactly what arch | obrien | 2002-10-11 | 13 | -52/+60 |
* | 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 |