summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: wierd -> weird.asmodai2001-02-064-4/+4
| | | | There is no such thing as wierd in the english language.
* Fix typo: wierd -> weird.asmodai2001-02-068-8/+8
| | | | There is no such thing as wierd in the english language.
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
|
* Fix typo: teh -> the.asmodai2001-02-061-1/+1
|
* Add vcount.9 / count_dev.9.asmodai2001-02-062-1/+71
| | | | | | | Touched up a bit and added some consistency to the text by your's truly. PR: 23745 Submitted by: Andrew Stevenson <andrew@ugh.net.au>
* Ack, that will teach me to grep for "symbolic link" as well as "symlink" injkh2001-02-061-0/+1
| | | | | | | the commit logs - I just found the reason for the self-pointing symlink, as documented in revision 1.517 by phk, who committed the change over a year ago. Accordingly, put the feature back and drop all plans to MFC the previous "fix".
* Remove the annoying ftp area symlink pointing at ourselves - people keepjkh2001-02-061-1/+0
| | | | | | asking what it's for and I can't answer since I can't see any conceivable use for it. Unless someone corrects that impression, I'll also MFC this change in a few days.
* Add package signing utilities; somebody might actually want them.wes2001-02-0617-0/+2514
| | | | | | | | | These are not enabled in the pkg_install Makefile as of yet; adding the "sign" directory to the SUBDIR list will enable building of sign. Submitted by: Wes Peters Obtained from: Original framework from OpenBSD 2.7, X.509 bits from DoBox.
* o Introduce automated log rotation for /var/log/console, therwatson2001-02-061-0/+1
| | | | | | | | | | | default syslog target for console messages (when enabled in syslog.conf). Use the same rotation defaults as with /var/log/messages -- every 100kb of log, compress back logs, and keep five rotated logs. o Note: phk also thought it would be useful to force rotation each boot. This commit does not introduce such a rotation. Reviewed by: phk
* Don't set a bad example by putting the function type in ".Fo".bde2001-02-061-2/+4
|
* Debogotified #includes in synopsis. Paths beginning with /sys werebde2001-02-061-2/+2
| | | | | only required when dev/ppbus wasn't installed, and they should not been delimited by <> even then.
* Fixed missing include in synopsis. <sys/types.h> is still a prerequisitebde2001-02-063-0/+3
| | | | for almost everything.
* Fixed missing #include and wrong prototypes. Most of these bugs werebde2001-02-061-11/+13
| | | | | duplicated in libc_r/man/*.3 but were fixed years ago there. Here they were hiding under mdoc errors.
* Fixed missing include of <unistd.h> and wrong prototype for setkey().bde2001-02-061-1/+2
|
* Declare strunvisx().bde2001-02-061-0/+1
|
* Fixed prototype of logout() (const poisoning).bde2001-02-061-1/+1
|
* Fixed prototypes. About half of them were wrong (mainly due to constbde2001-02-063-30/+30
| | | | poisoning having not reached here).
* Added used include of <sys/cdefs.h>.bde2001-02-064-0/+16
| | | | Declare all the interfaces documented in usb.3 (2 were missing).
* Fixed C error(s) in synopsis.bde2001-02-066-4/+6
|
* Fixed wrong return type for ftpLoginAf() in synopsis.bde2001-02-051-1/+1
|
* Fixed bitrot in prototype(s) in synopsis.bde2001-02-051-1/+1
|
* Note that find -empty works on files, not just directories.bmah2001-02-052-4/+4
| | | | Submitted by: olgeni
* New release notes: ipfilter 3.4.16, pcm(4) updates including kobj andbmah2001-02-052-12/+35
| | | | | | new drivers, pkg_info(1) -g, tftp(1)/tftpd(8) large file transfers. MFCs noted: pkg_create(1)/pkg_install(1) and bzip2-ed packages.
* Fix bad patch from a few days ago. It broke some bridging.julian2001-02-051-9/+10
|
* Add a dummy disconnect function so that the socket code doesn't leap intojulian2001-02-051-2/+7
| | | | | space when it calls the disconnect PRU function without checking that it there.
* - Minimize the amount of duplicated code for the PREEMPTION #ifdef, it nowjhb2001-02-051-27/+9
| | | | | | | | | | | | only covers about 3-4 lines. - Don't lower the IPL while we are on the interrupt stack. Instead, save the raised IPL and change the saved IPL in sched_lock to IPL_0 before calling mi_switch(). When we are resumed, restore the saved IPL in sched_lock to the saved raised IPL so that when we release sched_lock we won't lower the IPL. Without this, we would get nested interrupts that would overflow the kernel stack. Tested by: mjacob
* Make netgraph modules refuse to link with modules of a different ABI version.julian2001-02-053-39/+75
| | | | | | also try implement teh documented behaviour in socket nodes so that when there is only one hook, an unaddressed write/send will DTRT and send the data to that hook.
* mdoc(7) police: modifiers should be marked with .Cm, not .Ar.ru2001-02-051-14/+19
|
* Make the ``arp -d hostname proxy'' really do something useful.ru2001-02-051-2/+2
| | | | | | Specifically, ``proxy'' modifier tells the code to delete only Proxy ARP entry for the ``hostname''; the usual ARP entry will be unaffected by this operation.
* Fixed errors in prototypes. Many were hiding under mdoc errors.bde2001-02-051-0/+4
|
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.bde2001-02-051-1/+1
|
* Fixed errors in prototypes. Many were hiding under mdoc errors.bde2001-02-051-5/+30
|
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.bde2001-02-051-1/+1
|
* Don't install links for crypt.3 here. There is no crypt.3 here...bde2001-02-051-2/+0
| | | | | Forgotten in: rev.1.58, which was not Submitted by: bde (I requested untangling parts of the crypto mess).
* Regen.n_hibma2001-02-052-5/+67
|
* Add some ids from NetBSD.n_hibma2001-02-051-2/+16
|
* Regen.n_hibma2001-02-052-2/+41
|
* * Correct a broken entryn_hibma2001-02-051-1/+2
| | | | | * Add the id for the Rio 800 USB. Submitted by: Wesley Morgan <morganw@chemikals.org>
* -pedantic mode:sobomax2001-02-052-1/+3
| | | | | - Add a missed prototype for the recently added show_cksum() function; - put in "explicit braces to avoid ambitious else" suggested by gcc(1).
* Introduce the option of running fsck -y if the initial preen fails.dougb2001-02-053-3/+26
| | | | | | Defaults to off. Obtained from: Yahoo!
* Finish draining any input prior to closing the pipe, to prevent unsightlydillon2001-02-051-0/+3
| | | | 'Broken pipe' messages from gzcat.
* add forgotten makefilecg2001-02-051-0/+8
|
* Add a ``Usable'' function to the ccp switch. The functionbrian2001-02-045-2/+35
| | | | | | | | | | | | | is called prior to sending a CCP configure request for a given protocol. The default is to send the request, but this is overridden for MPPE which checks to see if the lcp negotiations agreed CHAP81, and if not fails. Use the same function to decide if we should reject peer requests for MPPE. This should get rid of those boring messages about not being able to initialise MPPE when we don't negotiate CHAP81.
* Correctly fill in the sun_len for a sockaddr_sun.green2001-02-041-1/+2
| | | | Submitted by: Alexander Leidinger <Alexander@leidinger.net>
* MFS: Don't use the canonical hostname here, too.green2001-02-041-0/+2
|
* MFF: Make ConnectionsPerPeriod usage a warning, not fatal.green2001-02-041-1/+1
|
* It is _DEFINITELY_ not okay to change shmseg on a running system.green2001-02-041-1/+1
|
* add driver for CS4281 sound chipscg2001-02-045-1/+1173
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* add driver for CMedia CMI8338/CMI8738 sound chipscg2001-02-044-1/+1092
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* mount a --> mount andan2001-02-041-1/+1
| | | | | PR: 24842 Submitted by: Rich Morin <rdm@cfcl.com>
OpenPOWER on IntegriCloud