| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some additional changes which didn't make it in revision 1.14 | grog | 2003-10-09 | 1 | -3/+5 |
* | Move a LOTR fortune to the right file. | grog | 2003-10-09 | 2 | -1/+1 |
* | Fix a bug in variable parsing code that could cause a segfault. | ru | 2003-10-06 | 1 | -2/+6 |
* | Spell "Bizet" and "Berlioz" correctly. | grog | 2003-10-06 | 2 | -2/+7 |
* | Resolve conflicts | dougb | 2003-10-06 | 1 | -5/+65 |
* | Many new entries, some corrections. | grog | 2003-10-06 | 2 | -0/+51 |
* | Remove numerous duplicates. | grog | 2003-10-06 | 1 | -10/+0 |
* | Add many new entries. | grog | 2003-10-06 | 1 | -3/+59 |
* | Assorted minor fixes, mostly style(9): | yar | 2003-10-04 | 1 | -12/+16 |
* | Don't dump core from the time(1) process itself | yar | 2003-10-04 | 1 | -1/+6 |
* | Make the -q option DTRT in the compat mode. | ru | 2003-10-03 | 2 | -1/+2 |
* | remove unneeded include of route.h | sam | 2003-10-03 | 1 | -0/+1 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 1 | -3/+8 |
* | Document the recently added `O' modifier. | ru | 2003-10-02 | 1 | -0/+2 |
* | tftp.1: | simon | 2003-10-01 | 2 | -6/+6 |
* | Remove a poorly chosen line break. | grog | 2003-10-01 | 1 | -2/+1 |
* | Get some holidays more correct. This isn't helped by the lack of firm | grog | 2003-10-01 | 1 | -3/+4 |
* | Remove Australian holidays. They're wrong, and more correct ones are | grog | 2003-10-01 | 1 | -3/+0 |
* | According to information from the Ministry of Health, Labour and Welfare, | bland | 2003-09-29 | 1 | -1/+1 |
* | Add St. Crispin's day. | grog | 2003-09-29 | 1 | -0/+1 |
* | Add Michaelmas. | grog | 2003-09-28 | 1 | -0/+1 |
* | - Clarification to how command line arguments are processed. | kensmith | 2003-09-28 | 1 | -0/+5 |
* | Use the new style struct sockaddr instead of osockaddr in system calls | tjr | 2003-09-28 | 2 | -2/+11 |
* | Don't cast ioctl FIONREAD's argument to struct sgttyb *. This makes | tjr | 2003-09-28 | 1 | -1/+1 |
* | Use the POSIX tty interface instead of the old interface. This makes | tjr | 2003-09-28 | 2 | -104/+58 |
* | Remove remnants of Kerberos -Kkx options. | tjr | 2003-09-28 | 2 | -25/+4 |
* | Use the 3-component version of the KERN_PROC_PROC sysctl. | tjr | 2003-09-27 | 1 | -1/+3 |
* | Fix bug introduced in version 1.246 with the addition of NO_TOOLCHAIN. | marcel | 2003-09-24 | 1 | -4/+7 |
* | Do not cache and correctly free() dosmount entry in case of errors. | fjoe | 2003-09-23 | 1 | -3/+4 |
* | Implement the O modifier. The O modifier sorts the words in a | marcel | 2003-09-18 | 1 | -1/+51 |
* | Fix a `cast to pointer from integer of different size' warning. | marcel | 2003-09-17 | 1 | -1/+1 |
* | Get rid of duplicates. | ru | 2003-09-14 | 2 | -6/+7 |
* | - Cut out the code that caches the "." directory out of Dir_Init() | ru | 2003-09-14 | 4 | -67/+87 |
* | Make the description of the connect, get, and put commands clearer. | simon | 2003-09-13 | 1 | -34/+43 |
* | Remove symorder. It's almost useless now that we have ELF kernels and | tjr | 2003-09-11 | 4 | -462/+0 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 2 | -4/+4 |
* | Finish the reversion of rev. 1.52. | ru | 2003-09-08 | 1 | -3/+2 |
* | Command line variables take precedence over global variables. | ru | 2003-09-08 | 1 | -1/+1 |
* | Do not print the result of strftime() in case of failure, the content is | charnier | 2003-09-07 | 1 | -5/+3 |
* | Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx(). | charnier | 2003-09-07 | 2 | -11/+6 |
* | Introduce arguments the standard way. In .Ar command ..., ... is not an | charnier | 2003-09-07 | 1 | -4/+4 |
* | Remove duplicate #include. Do not \n terminate errx() arg. | charnier | 2003-09-07 | 1 | -2/+3 |
* | Add FBSDID. Use errx() instead of fprintf()/exit(). Call exit() at the end | charnier | 2003-09-07 | 1 | -92/+44 |
* | The .Fn function. Dot terminate sentences. Use .Bd/.Ed instead of .Ar to | charnier | 2003-09-07 | 1 | -25/+35 |
* | Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so | tjr | 2003-09-07 | 1 | -7/+4 |
* | Keep up with minor changes to NetBSD. Consider a variable empty when | imp | 2003-09-07 | 1 | -1/+1 |
* | Baud rate capability is `br', not `ba'. | hmp | 2003-09-06 | 1 | -1/+1 |
* | Removed another spurious semicolon forgotten in the previous commit. | schweikh | 2003-09-06 | 1 | -1/+1 |
* | Removed two spurious semicolons after function definitions. | schweikh | 2003-09-06 | 1 | -5/+5 |
* | Finish the deorbital burn of the i386-only a.out toolchain. | obrien | 2003-09-06 | 10 | -936/+0 |