Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added calendar entries from OpenBSD and NetBSD that we were missing. | mpp | 1997-02-25 | 4 | -11/+20 |
| | |||||
* | Add the date of Carl Sagan's death, since we list his birthday. | mpp | 1997-02-25 | 1 | -1/+2 |
| | | | | Obtained from: NetBSD PR# 3235 | ||||
* | Holiday renamed | ache | 1997-02-24 | 2 | -4/+4 |
| | | | | Should go into 2.2 | ||||
* | Use new sysctl(3) interface to mbuf statistics. While we're at it, | wollman | 1997-02-24 | 1 | -21/+45 |
| | | | | count free mbufs correctly. | ||||
* | Use the new sysctl(3) interface to mbuf statistics rather than | wollman | 1997-02-24 | 1 | -7/+19 |
| | | | | groveling about in kmem. | ||||
* | When group wheel is empty, allow everyone to su to root. This has normally | guido | 1997-02-24 | 2 | -5/+7 |
| | | | | | | | no conseqeunces as we ship with a non-empty wheel. Closes PR/1882 Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no> | ||||
* | These man page will appear in 2.2, not 3.0. | wosch | 1997-02-22 | 1 | -3/+3 |
| | |||||
* | Add Korean CTYPE locale | ache | 1997-02-22 | 2 | -2/+117 |
| | | | | Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr> | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 212 | -213/+216 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 122 | -122/+131 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 5 | -5/+5 |
| | |||||
* | Use the .Bx macro in the HISTORY section. | mpp | 1997-02-19 | 1 | -1/+2 |
| | |||||
* | Add history section. Follows chflags(2). | obrien | 1997-02-19 | 1 | -0/+4 |
| | |||||
* | Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2 | wosch | 1997-02-18 | 1 | -1/+3 |
| | |||||
* | Fix default whois server. | markm | 1997-02-18 | 1 | -1/+1 |
| | |||||
* | Better check for detecting header line. A header line must match | wosch | 1997-02-18 | 1 | -1/+32 |
| | | | | | | | | "begin [0-7]* *". Now `begin with, ' is not a header line. Do a boundary check for body characters. Characters less than 33 or greater than 96 are out of range. If characters are out of range uudecode print a error message and die. | ||||
* | Fix ranges - off by one. | wosch | 1997-02-18 | 1 | -2/+5 |
| | |||||
* | Fix for hard-coded length of login name. | davidn | 1997-02-18 | 1 | -3/+11 |
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Closes #PR bin/2755 | ||||
* | This page will first appear in 2.2, not 3.0. | jmg | 1997-02-17 | 1 | -1/+1 |
| | | | | 2.2 Candidate | ||||
* | Fix fetch so that all status information is sent to stderr, prevents | jmg | 1997-02-17 | 1 | -11/+10 |
| | | | | | | | | corruption of file being recieved to stdout. Submitted-by: Kent Vander Velden <graphix@iastate.edu> Closes PR#2739 | ||||
* | Don't call sendmail with "-f root" when run with "-a". This | mpp | 1997-02-16 | 1 | -1/+1 |
| | | | | | | | eliminates the "X-authentication-warning" header line that has been coming out since I made it so that sendmail is run totally as the user whose calendar file is currently being processed. | ||||
* | Implement the -o commandline switch. This does almost exactly | steve | 1997-02-16 | 1 | -12/+61 |
| | | | | | | | what bison does with -o, except it DTRT with respect to naming the .code file when the -r switch is also used. Submitted by: bde | ||||
* | The screen layout of the lefthand side for the vmstat display was way off. | obrien | 1997-02-15 | 1 | -11/+11 |
| | | | | (based on my running it on 2.2-GAMMA) | ||||
* | Modified the display() function to recognize when the output it going to a | jmg | 1997-02-14 | 1 | -14/+18 |
| | | | | | | | | | file. When it is don't do the percentage update, but still display the file size and rate. Closes PR#2725 Reviewed by: wollman | ||||
* | Bye Bye. | wosch | 1997-02-14 | 3 | -390/+0 |
| | |||||
* | Print error messages to stderr, not to stdout. | bde | 1997-02-13 | 1 | -2/+2 |
| | | | | | Fixed usage message to match reality (-a was missing) and man page (arg names were spelled differently). | ||||
* | When the mbuf code was changed to use a private allocator instead of | wollman | 1997-02-12 | 1 | -3/+4 |
| | | | | | | | the kernel malloc, netstat was never updated to reflect the fact that there are once again allocated-but-free mbufs, just as there are clusters, and so the information presented about how much memory was allocated to the network was bogus. Fixed. | ||||
* | Typo fix. | mpp | 1997-02-12 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD-bugs PR# 3214 | ||||
* | Fix remote request for HTTP proxies. Should close PR#2670. | wollman | 1997-02-11 | 2 | -5/+15 |
| | |||||
* | Reduce the command field width by one when idle time is > 9 days, to | danny | 1997-02-11 | 3 | -4/+10 |
| | | | | | | eliminate unsightly blank line. Possibly a 2.2 candidate. | ||||
* | Fix a couple of typos. | mpp | 1997-02-11 | 1 | -4/+4 |
| | | | | Submitted by: bde | ||||
* | Fix PR#2700: report correct transmission speed, and restart transfers | wollman | 1997-02-10 | 2 | -4/+6 |
| | | | | | | from the restart point, not the end of the file (blush!). Submitted by: John-Mark Gurney <jmg@nike.efn.org> | ||||
* | Adds login class support for local & nis passwords: | davidn | 1997-02-10 | 3 | -16/+60 |
| | | | | | - minpasswordlen=n override minimum password length for class. - passwordperiod=n[smhdwy] auto-set next password change date. | ||||
* | Better buffer length calculation and overrun detection. Closes PR 2577 | markm | 1997-02-09 | 1 | -4/+8 |
| | | | | Submitted by: Julian Assange | ||||
* | Typo police. | mpp | 1997-02-09 | 1 | -1/+1 |
| | |||||
* | Add a manpage for brandelf(1). Minor stylistic fixes, and a buffer | joerg | 1997-02-09 | 3 | -8/+98 |
| | | | | | | overrun fix, too. Submitted by: John-Mark Gurney <jmg@nike.efn.org> | ||||
* | Removed potential buffer overflow. | eivind | 1997-02-09 | 4 | -9/+15 |
| | |||||
* | Really fix calendar to drop all permissions when | mpp | 1997-02-09 | 1 | -4/+28 |
| | | | | | | | run with "calendar -a". Also don't ignore the return values from the setuid/setgid calls. Thanks to bde for making me this about this. | ||||
* | Typo fix. | mpp | 1997-02-09 | 1 | -1/+1 |
| | | | | | | Closes FreeBSD PR#2685. Obtained from: NetBSD-BUGS PR# 3199 | ||||
* | Basically reverse last commit which was plain wrong. | phk | 1997-02-08 | 1 | -1/+3 |
| | |||||
* | Fix off-by-one error in proxy host:port parser. | wollman | 1997-02-07 | 1 | -2/+1 |
| | | | | Submitted by: fenner | ||||
* | Add ${.CURDIR}/ to relative path to contrib. | phk | 1997-02-07 | 3 | -3/+3 |
| | |||||
* | Activate new OPIE programs | pst | 1997-02-07 | 1 | -1/+1 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r22381, | pst | 1997-02-07 | 1 | -0/+16 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Build opiepasswd from contrib_opie module. | pst | 1997-02-07 | 1 | -0/+16 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r22379, | pst | 1997-02-07 | 1 | -0/+16 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Build opiekey from contrip_opie sources. | pst | 1997-02-07 | 1 | -0/+16 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r22377, | pst | 1997-02-07 | 1 | -0/+16 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Build opiekey from the contrib_opie module. | pst | 1997-02-07 | 1 | -0/+16 |
| | |||||
* | delete unused variable BINDIR=/usr/libexec | wosch | 1997-02-06 | 1 | -2/+1 |
| | | | | /usr/bin -> ${BINDIR} |