summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support compiling with `gcc -ansi'. Fix missing `volatile's in __asm()bde1998-04-152-13/+17
| | | | statements while I'm here.
* In pre-devfs days, /dev/psm0 had always been a non-blockingphk1998-04-151-6/+6
| | | | | | | | | | | device. But with devfs, currently, /dev/psm0 is the blocking device and /dev/npsm0 is the non-blocking one. DEVFS must stay consistent with the older behaviour. PR: 6260 Reviewed by: phk Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
* Better RFC1918 network protectionphk1998-04-151-1/+4
| | | | | | PR: 6278 Reviewed by: phk Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* In light of the fact that several widespread sendmail alternatives existsphk1998-04-154-5/+18
| | | | | | | | | is reason enough to make the compilation & installation of sendmail an make.conf option. I know that you hate negative options Bruce. PR: 6284 Reviewed by: phk Submitted by: Adrian Colley <aecolley@world.std.com>
* Fixed bitrot in the non-softdep case of ufs_dirremove():bde1998-04-151-24/+9
| | | | | | | | | | | - restored async mount support. The first entry in a block is still always written synchronously, although it probably shouldn't be in the async case. - restored use of BWRITE() instead of bowrite() for the DOWHITEOUT case, although bowrite() is probably better. Broken by: merge of softdep changes (rev.1.22). Found by: lmbench2 delete-file benchmarks.
* Fixed breakage of fork accounting in previous commit. A fork benchmarkbde1998-04-153-6/+6
| | | | | reported about 15 times as much sys time as real time. getmicroruntime() is confusing name.
* Add a missing LK_RETRY.dt1998-04-152-10/+6
| | | | | | Noticed by: Bruce (almost 2 monts ago) Remove a debugging printf.
* rotate sendmail statistics file weekly.jmb1998-04-141-1/+2
| | | | | keep the last ten weeks of data. Submitted by: jmb
* PR: 4866danny1998-04-141-11/+9
| | | | | Submitted by: fenner Make man page reflect reality.
* Fix page fault panic by probing NE200 compatible PCI card.kato1998-04-142-15/+17
| | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Add mktemp directorypeter1998-04-141-2/+2
|
* Bring in an old faithful tool I've been using for just over 4 years nowpeter1998-04-143-0/+330
| | | | | | | | | (originally on a different OS without mkstemp()), albeit somewhat bashed and hacked into something that doesn't look too much like the original any more. It should be upwardly compatable with OpenBSD's mktemp(1) but does a couple of extra things. I've taken OpenBSD's mktemp.1 man page and adapted it to suit.
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofpeter1998-04-141-2/+4
| | | | | | | | leading XXX's. It could wrap an uppercase character through chars like: [ \ ] ^ _ ` in between Z and a. The backslash and back tick might be particularly nasty in a shell script context. Also, since we've been using upper-case generated values for a while now, go with the flow and use them in the pathname search rotation.
* Better SYNOPSISphk1998-04-141-2/+3
| | | | | | PR: 6294 Reviewed by: bde, phk Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* add strings(1) to what(1) "SEE ALSO"phk1998-04-141-2/+3
| | | | | | PR: 6289 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Fix a minor mbuf leak created by the previous change.phk1998-04-141-2/+4
| | | | | Reviewed by: phk Submitted by: pb@fasterix.freenix.org (Pierre Beyssac)
* use extended error codes as noted in rfc1893.jmb1998-04-141-6/+6
| | | | | | | | retain additional message in check_relay ruleset, the message is written into the maillog. this is useful to a site's postmaster. Reviewed by: jmb Submitted by: Ruslan Ermilov ru@ucb.crimea.ua
* Document the use of sendmail options on the commandline.steve1998-04-141-2/+3
| | | | | PR: 4778 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Don't let secs variable wrap if <= 2.steve1998-04-141-2/+3
| | | | | PR: 6290 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Add tutorials directories.wosch1998-04-131-1/+23
|
* Added EIDRM & ENOMSG errno in translation table.sos1998-04-131-0/+2
|
* Added EIDRM & ENOMSG to errno translation table.sos1998-04-132-4/+4
|
* Don't use INTR when only one device supports it.msmith1998-04-133-1/+12
| | | | Submitted by: Satoh Junichi <junichi@astec.co.jp>
* Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.sos1998-04-131-2/+5
|
* Wrong header length used for certain reassembled IP packets.phk1998-04-131-1/+3
| | | | | | PR: 6177 Reviewed by: phk, wollman Submitted by: Eric Sprinkle <eric@ennovatenetworks.com>
* Finished previous commit. Just revert to rev.1.9.bde1998-04-131-1/+4
| | | | Bruce
* Document the requirement for TCPMUX to also be enabled as an internalwollman1998-04-131-1/+12
| | | | | | service if any external TCPMUX servers are desired. PR: 826
* Fixed autonegotiation. Card registers are now accessed via memorysemenu1998-04-133-315/+480
| | | | not i/o space.
* -pg was causing a link with -lc_r... :-]peter1998-04-132-2/+2
| | | | | Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru> PR: 6287
* Fixes for using amd with non-NFSv3 servers and for choosing the right addressdfr1998-04-134-8/+58
| | | | | | | for a multihomed server. PR: bin/6231, bin/4678 Submitted by: Mika Nystrom <mika@cs.caltech.edu
* Sync with sys/i386/isa/wd.c revision 1.156.kato1998-04-131-2/+2
|
* Format changes in an attempt to address some of Bruce's commentsjb1998-04-121-18/+26
| | | | | | | | about spaces and tabs. The externs in the static inline functions remain 'cause (a) they're required; and (b) I can't find any gcc -W* cases where they generate warnings.
* Fix dependent-package loading when pkg_adding with an FTP URL. I brokejkh1998-04-121-9/+40
| | | | | | this when I changed the playpen code to disallow recursion. I know this fixes a PR someplace but I can't seem to find it with the GNATs search tool.
* Fix comment.jkh1998-04-121-2/+2
| | | | Scolded by: bde
* omehow Jordan got 07.lpd in -current enabled again...sos1998-04-121-3/+3
|
* Aic APM driver support for e.g. Toshiba T2400 notebook with internalphk1998-04-121-2/+59
| | | | | | | | Adaptec SCSI (aic6360/aha152x) controller. PR: 5382 Reviewed by: phk Submitted by: Oliver Breuninger <ob@seicom.NET>
* openlog() needs to have LOG_NDELAY added, or else the syslog() calls afterphk1998-04-121-2/+2
| | | | | | | | the chroot will not get sent to syslogd. PR: 4910 Reviewed by: phk Submitted by: Jim Mercer <jim@komodo.reptiles.org>
* Remove these copies, they now live the right place.phk1998-04-123-424/+0
|
* Change noc-tun to nos-tun after Peter did the repository copy to coverphk1998-04-121-1/+1
| | | | up the tracks of my blunder.
* Enable the SecureRPC bits in rc.conf, if the Administrator wants them.markm1998-04-128-8/+74
|
* Sync with sys/i386/isa/wd.c revision 1.155.kato1998-04-121-41/+85
|
* Fix the problem when SCSI ID is not contiguous.kato1998-04-122-14/+20
| | | | Submitted by: URATA Shuichiro <s-urata@nmit.tmg.nec.co.jp>
* Add aio_error decl.dyson1998-04-121-1/+6
|
* Implement Helbig idea of offset calculation reducing mktime() callsache1998-04-112-25/+25
| | | | Immediately exit if /etc/wall_cmos_clock not present
* In these enlightened times there are more and better places to findphk1998-04-112-393/+2
| | | | | | | | | | this information. PR 2789 mentions: http://www.pacbell.com/about-pb/areacodes/ http://www.bellcore.com/NANP/ PR: 2789 (in a backewards kind of way)
* setsockopt() transports user option data in an mbuf. if the userphk1998-04-111-2/+7
| | | | | | | | | data is greater than MLEN, setsockopt is unable to pass it onto the protocol handler. Allocate a cluster in such case. PR: 2575 Reviewed by: phk Submitted by: Julian Assange proff@iq.org
* Minor typo in the wd driver. The manifestation of this bugdyson1998-04-111-2/+2
| | | | | | | is a tremendous perf decrease due to the disabling of advanced features such as DMA, Ultra DMA, and 32bit mode. This patch might have been reported by someone else (I seem to remember it.)
* Add noc-tun to listphk1998-04-111-1/+1
|
* Program which implements "nos" alias "ka9q" alias "IP-IP" tunnels.phk1998-04-116-0/+848
| | | | | | | PR: 1154 Reviewed by: phk Manpage by: phk Submitted by: Nickolay N. Dudorov nnd@itfs.nsk.su
* When pmap_pinit0() allocates a page for proc0's page directory,phk1998-04-111-2/+2
| | | | | | | | | | | | | kernal page table may need to be extended. But while growing the kernel page table (pmap_growkernel()), newly allocated kernel page table pages are entered into every process' page directory. For proc0, the page directory is not allocated yet, and results in a page fault. Eventually, the machine panics with "lockmgr: not holding exclusive lock". PR: 5458 Reviewed by: phk Submitted by: Luoqi Chen <luoqi@luoqi.watermarkgroup.com>
OpenPOWER on IntegriCloud