| Commit message (Expand) | Author | Age | Files | Lines |
* | bin/1933: don't print negative % for huge files (80Mb) | phk | 1996-10-31 | 1 | -2/+4 |
* | Remove unused file | ache | 1996-10-31 | 1 | -39/+0 |
* | Localize it | ache | 1996-10-31 | 2 | -0/+29 |
* | Replace collate_range_cmp call with its code (GNU version) | ache | 1996-10-31 | 2 | -6/+34 |
* | Replace collate_range_cmp call by its code (GNU version) | ache | 1996-10-31 | 1 | -0/+16 |
* | Replace collate_range_cmp call with its code | ache | 1996-10-31 | 1 | -2/+19 |
* | 1) define STATIC as static and not empty | ache | 1996-10-31 | 2 | -4/+22 |
* | Use collating info for [a-z]-type national ranges | ache | 1996-10-31 | 1 | -0/+31 |
* | Replace collate_range_cmp with its code (GNU variant) | ache | 1996-10-31 | 1 | -4/+17 |
* | Replace collate_range_cmp call with its code | ache | 1996-10-31 | 1 | -1/+18 |
* | collate_range_cmp -> __collate_range_cmp | ache | 1996-10-31 | 1 | -4/+5 |
* | collate_range_cmp -> __collate_range_cmp | ache | 1996-10-31 | 3 | -9/+12 |
* | Rename collate_range_cmp to __collate_range_cmp for internal usage | ache | 1996-10-31 | 2 | -5/+14 |
* | Further improved version of hadling a HALT when there is no console. | julian | 1996-10-31 | 5 | -6/+34 |
* | Fix base64->8bit conversion | ache | 1996-10-31 | 1 | -99/+82 |
* | Log daemon.* to /var/log/messages or very valuable daemons messages | ache | 1996-10-31 | 1 | -1/+1 |
* | Oops, don't suppress initial output header (from previous commit), | ache | 1996-10-31 | 1 | -6/+10 |
* | 1) print only errors if -v not given, it allows non-verbose | ache | 1996-10-30 | 2 | -8/+18 |
* | More merge and update. | asami | 1996-10-30 | 114 | -28780/+1166 |
* | if there is no console, cngetc should act like getc and return -1 | julian | 1996-10-30 | 7 | -17/+33 |
* | rmgroup - delete a Unix group | wosch | 1996-10-30 | 1 | -0/+29 |
* | Note the support for the SDL RISCom/N2pci cards. | jhay | 1996-10-30 | 1 | -4/+10 |
* | Pass right arp to bpf_mtap(). | phk | 1996-10-30 | 1 | -3/+3 |
* | Regenerate. | peter | 1996-10-30 | 2 | -4/+4 |
* | Argh, I hate the tcl build/config environment. :-( | peter | 1996-10-30 | 1 | -3/+4 |
* | Fix braino on my part. When we have three different port ranges (default, | peter | 1996-10-30 | 2 | -3/+8 |
* | Fix a potential deadlock from the previous commit. | dyson | 1996-10-30 | 2 | -4/+8 |
* | Fix the /proc/???/map file so that it is possible to read an arbitrarily | dyson | 1996-10-30 | 2 | -36/+46 |
* | Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default | dyson | 1996-10-29 | 1 | -2/+2 |
* | changes to gdb to: | gj | 1996-10-29 | 5 | -24/+413 |
* | If you run with option Z and malloc fails, memset gets called | phk | 1996-10-29 | 1 | -4/+6 |
* | addgroup - add a group or add users to a group | wosch | 1996-10-29 | 1 | -0/+220 |
* | Correct indentation of multi-LUN device info. (Slightly different fix | se | 1996-10-29 | 1 | -2/+2 |
* | oops, uninitialised variable.. -v mode depended on stack contents. | peter | 1996-10-29 | 2 | -4/+4 |
* | Search for labels on all slices whenever any minor for a drive is opened. | bde | 1996-10-29 | 1 | -44/+55 |
* | Added an FAQ entry explaining the bsd.port.mk variable MASTER_SITE_OVERRIDE. | max | 1996-10-29 | 1 | -6/+13 |
* | Added some guideline to write pkg/COMMENT. | max | 1996-10-29 | 1 | -8/+55 |
* | Integrate our changes from bin/rmail. Mainly it causes immediate | peter | 1996-10-29 | 2 | -1/+16 |
* | Another round of merge/updates. | asami | 1996-10-29 | 55 | -2569/+149 |
* | Convert the DONT_FSYNC compile time option to a runtime option (like | peter | 1996-10-29 | 3 | -21/+27 |
* | Merge in our changes from src/libexec/mail.local. This version doesn't | peter | 1996-10-29 | 3 | -23/+43 |
* | Clean up some loose ends on my previous work in here.. | peter | 1996-10-29 | 1 | -4/+4 |
* | Regenerated.. Use new minor number for both installed names, not just | peter | 1996-10-29 | 2 | -5/+5 |
* | Along the way, the minor version number has been bumped (newer version | peter | 1996-10-29 | 1 | -10/+15 |
* | Add support for the SDL RISCom N2pci cards. Bring in the enhancements | jhay | 1996-10-29 | 8 | -2439/+6694 |
* | Update URL for the Pentium Systems Hardware Performance Guide. | alex | 1996-10-29 | 1 | -2/+2 |
* | Add the -p (privileged) commandline switch | steve | 1996-10-29 | 4 | -8/+31 |
* | If rcmd() fails, return immediately instead of trying a bunch of | fenner | 1996-10-28 | 1 | -6/+9 |
* | Do not modify a malloc()ed pointer; instead, use memmove(). | joerg | 1996-10-28 | 1 | -2/+3 |
* | Remove some unnecessary code in the interrupt handler. | jhay | 1996-10-28 | 3 | -36/+45 |