| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to the tcsh-6.11 version. | mp | 2001-09-05 | 1 | -4/+12 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 10 | -164/+206 |
* | Bring the aac driver *much* closer to style(9). | scottl | 2001-09-05 | 10 | -3246/+3428 |
* | Add a manpage for the Comtrol RocketPort Intelligent Serial Port Card | obrien | 2001-09-05 | 2 | -0/+183 |
* | Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds | dd | 2001-09-05 | 6 | -9/+10 |
* | Also try to build `setcdboot' first, and only `pkg_add -r' if you cannot. | obrien | 2001-09-05 | 1 | -4/+8 |
* | Don't mention wtmp.[0-7] in the FILES section. This manual page | dd | 2001-09-05 | 1 | -3/+1 |
* | Correct a typo. | dd | 2001-09-05 | 1 | -1/+1 |
* | Fix typo (therefor -> therefore) | dd | 2001-09-05 | 1 | -1/+1 |
* | Add a SEE ALSO section like the rest of the SCSI driver man pages. | dd | 2001-09-05 | 1 | -0/+5 |
* | Fix typo. | dd | 2001-09-05 | 1 | -1/+1 |
* | add monetary.h as per POSIX requirement | phantom | 2001-09-05 | 2 | -1/+41 |
* | Add strfmon(3) implementation. It still contains few XXX's because I lost | phantom | 2001-09-05 | 2 | -3/+618 |
* | Include <sys/_lock.h> for the definition of struct lock_object. Don't | jhb | 2001-09-05 | 1 | -0/+1 |
* | Update release note: tcsh 6.11. | bmah | 2001-09-05 | 2 | -2/+2 |
* | Add new tcsh-6.11 NLS sets for Estonian and Russian. | mp | 2001-09-05 | 3 | -1/+33 |
* | This commit was generated by cvs2svn to compensate for changes in r83098, | mp | 2001-09-05 | 153 | -983/+4219 |
|\ |
|
| * | Import tcsh-6.11 | mp | 2001-09-05 | 153 | -983/+4219 |
* | | atol -> strtoll, for file offset | ache | 2001-09-05 | 1 | -1/+1 |
* | | Remove superfluous statement. | jlemon | 2001-09-05 | 2 | -2/+0 |
* | | Mention the Sparc64 port under development. | bmah | 2001-09-05 | 1 | -1/+1 |
* | | Try to determine the OS version and architecture for what is being built | obrien | 2001-09-05 | 2 | -9/+19 |
* | | add a method for recording of specific channels for devices with more than | cg | 2001-09-05 | 6 | -15/+64 |
* | | style(9) the structure definitions. | obrien | 2001-09-05 | 2 | -2/+2 |
* | | Add the am-utils homepage to SEE ALSO | obrien | 2001-09-05 | 1 | -0/+2 |
* | | Remove "more" from the list, the port has not been committed yet. | luigi | 2001-09-05 | 1 | -3/+3 |
* | | Add lnc driver, so one can test picobsd images with vmware | luigi | 2001-09-05 | 1 | -0/+1 |
* | | (Forced commit.) | ru | 2001-09-05 | 0 | -0/+0 |
* | | SECURITY. | ru | 2001-09-05 | 5 | -117/+15 |
* | | Make ``wall -g'' really DTRT. | ru | 2001-09-05 | 1 | -8/+11 |
* | | don't try to dump nonexistent data when recording | cg | 2001-09-05 | 1 | -1/+1 |
* | | There is a better way to suppress groff(1) output. | ru | 2001-09-05 | 1 | -2/+2 |
* | | mdoc(7) police: markup and minor content fixes. | ru | 2001-09-05 | 2 | -73/+61 |
* | | Merge linker set relocations with the rest. | dfr | 2001-09-05 | 2 | -0/+2 |
* | | can not -> cannot | dd | 2001-09-05 | 1 | -1/+1 |
* | | Use fseeko() instead of fseek() (u->offset is already an off_t), and mark | des | 2001-09-05 | 1 | -4/+4 |
* | | Implement the `manlint' target, for minimal validity checking of | ru | 2001-09-05 | 2 | -2/+19 |
* | | mdoc(7) police: markup nits. | ru | 2001-09-05 | 1 | -4/+6 |
* | | 4000 -> 5800 ports. We really need to add some smarts to the | murray | 2001-09-05 | 1 | -1/+1 |
* | | The defaults for bsize and fsize were interchanged. | ru | 2001-09-05 | 2 | -8/+8 |
* | | Allow network device name to be given on the command line in the | murray | 2001-09-05 | 1 | -1/+1 |
* | | Add Hungarian FTP mirror. | murray | 2001-09-05 | 2 | -0/+4 |
* | | Add Czech keyboard definition to sysinstall. | murray | 2001-09-05 | 4 | -2/+4 |
* | | Add a missing "option". | bmah | 2001-09-05 | 2 | -2/+2 |
* | | Clarify/cleanup pcic(4) release note. | bmah | 2001-09-05 | 2 | -10/+24 |
* | | It is the last-second trivial changes that kill me every time. | peter | 2001-09-05 | 1 | -1/+1 |
* | | Correct a last minute sizeof() bogon in my previous commit. | kris | 2001-09-05 | 1 | -1/+1 |
* | | style(9) the structure definitions. | obrien | 2001-09-05 | 9 | -20/+20 |
* | | Add sysutils/portupgrade to CD-ROM #1. (+1.5MB) | knu | 2001-09-05 | 1 | -0/+1 |
* | | Rework the ISA PnP driver pnp and the PnP resource parser to fix | yokota | 2001-09-05 | 8 | -360/+701 |