| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the dragon screen saver. | murray | 2003-05-05 | 2 | -0/+4 |
* | A few grammatical improvements. | murray | 2003-05-04 | 1 | -3/+5 |
* | Cleanup hostname matching in syslogd: | gshapiro | 2003-05-04 | 1 | -17/+24 |
* | Add support for using the CDROM env var for device to use; | sos | 2003-05-04 | 2 | -1/+14 |
* | Fix filename printing when using -l option. | sos | 2003-05-04 | 1 | -2/+2 |
* | Dont fixate when doing dvdrw or test writing. | sos | 2003-05-04 | 1 | -1/+1 |
* | Default speed is 4 not 1. | sos | 2003-05-04 | 1 | -1/+1 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 62 | -242/+169 |
* | Preserve directory structure in PRESERVED_FILES_DIR to avoid | dougb | 2003-05-03 | 1 | -2/+2 |
* | s/DIOCGPC98/DIOCSPC98/ | nyan | 2003-05-02 | 1 | -2/+2 |
* | rc.sendmail should not have been removed yet. | dougb | 2003-05-02 | 1 | -2/+2 |
* | * Document the -P option | dougb | 2003-05-02 | 1 | -1/+17 |
* | * Add a -P (Preserve) option, which saves a copy of files that you replace. | dougb | 2003-05-02 | 1 | -20/+50 |
* | The -t flag in the retired apmconf.8 is the same as "-h false" in the | tobez | 2003-05-01 | 1 | -1/+1 |
* | Add description of '-o' and '-s'. | simokawa | 2003-05-01 | 1 | -0/+6 |
* | Set include path. | simokawa | 2003-04-30 | 1 | -0/+3 |
* | Free asyreq. | simokawa | 2003-04-30 | 1 | -6/+6 |
* | Call exit(0), not exit. | kan | 2003-04-29 | 1 | -1/+1 |
* | Support functions for the new ACPI import. | njl | 2003-04-29 | 1 | -2/+1 |
* | Add functions for sending a link-on packet and a RESET_START request. | simokawa | 2003-04-29 | 1 | -16/+65 |
* | Install the gstat manual page. | tjr | 2003-04-28 | 1 | -1/+1 |
* | When updating a single entry (i.e. when the `-u' option is given), | nectar | 2003-04-28 | 1 | -13/+29 |
* | Add a -C (create) option for newsyslog, and a 'C' flag for entries in the | gad | 2003-04-27 | 2 | -20/+190 |
* | Back out the casts that rid us of warnings, but paper over the broken | imp | 2003-04-27 | 1 | -4/+4 |
* | Fix warnings: | imp | 2003-04-27 | 1 | -4/+5 |
* | These are no longer needed after tw is gone. | imp | 2003-04-27 | 5 | -671/+0 |
* | Use fwcrom.c in /sys/dev/firewire. | simokawa | 2003-04-26 | 2 | -502/+2 |
* | Grammar and punctuation fixes | brueffer | 2003-04-25 | 1 | -7/+7 |
* | Repair the UFS2 superblock location consistency check so that it succeeds | tjr | 2003-04-25 | 1 | -1/+1 |
* | Similar to chmod(1); make -v -v mean very verbose and show | johan | 2003-04-25 | 4 | -6/+44 |
* | Document support for the new 'U' flag, which was implemented back in March | gad | 2003-04-24 | 1 | -6/+17 |
* | init_nsm() is executed after a call to daemon(*, 0), so error and | ghelmer | 2003-04-24 | 1 | -2/+4 |
* | Fix a typo: "Managment" -> "Management". | maxim | 2003-04-24 | 1 | -1/+1 |
* | Document support for the new -s and -R command-line options, and | gad | 2003-04-24 | 1 | -51/+124 |
* | Don't convert the kernel ident to uppercase when writing the Makefile. | des | 2003-04-24 | 1 | -1/+1 |
* | Remove obsolete compatibility ifdef. | imp | 2003-04-23 | 1 | -2/+0 |
* | Copy CIS3 and CIS4 strings into the kernel too. | imp | 2003-04-23 | 2 | -0/+8 |
* | Document support for the <default> entry, which was implemented in | gad | 2003-04-23 | 1 | -2/+8 |
* | The second chdir(1) that I trimmed is needed too | ru | 2003-04-23 | 1 | -2/+3 |
* | chdir(1) into a source directory before attempting to determine the | ru | 2003-04-22 | 1 | -1/+2 |
* | IP addresses can be up to 15 characters long, not 12. | mike | 2003-04-22 | 1 | -2/+2 |
* | Don't use UFS2 by default during the install process on PC98, as the | rwatson | 2003-04-21 | 4 | -22/+36 |
* | Force output of jail ID (if necessary) before excuting the command, | mike | 2003-04-21 | 1 | -1/+3 |
* | Add device driver support for the ASIX Electronics AX88172 USB 2.0 | wpaul | 2003-04-20 | 2 | -0/+2 |
* | Throw the switch--change to UFS2 as our default file system format for | rwatson | 2003-04-20 | 8 | -38/+74 |
* | Grammar fix | brueffer | 2003-04-20 | 1 | -1/+1 |
* | Don't dereference a NULL pointer when we don't have a ':' in the | imp | 2003-04-20 | 1 | -0/+2 |
* | Revert the definitions of _PW_KEY* to their previous values. There is | nectar | 2003-04-18 | 1 | -19/+25 |
* | Fixed an err() format error in rev.1.1. This should have been fatal | bde | 2003-04-17 | 1 | -1/+1 |
* | = Implement thread-safe versions of the getpwent(3) and getgrent(3) | nectar | 2003-04-17 | 1 | -11/+124 |