summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This covers the previous version, since a null commit message was accidentallygreen1999-07-272-2/+2
| | | | | | | | | | used: Add a -c flag to print a count of messages and exit. PR: 10921 Submitted by: James Howard <howardjp@byzantine.student.umd.edu> Requested by: DES
* Be a bit more consistent with variable names.brian1999-07-272-10/+10
|
* *** empty log message ***green1999-07-262-8/+22
|
* Start ppp before natd, not afterwards.brian1999-07-267-126/+126
| | | | Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Sync with sys/i386/isa/npx.c revision up to 1.75.kato1999-07-261-24/+202
|
* Sync with sys/i386/isa/clock.c revision up to 1.140.kato1999-07-263-111/+45
| | | | This commit may break 8MHz system clock mode.
* Sync with sys/i386/i386/userconfig.c revision up to 1.150.kato1999-07-261-3/+4
|
* Sync with sys/i386/i386/machdep.c revision 1.356.kato1999-07-262-8/+8
|
* Sync with sys/i386/conf/files.i386 revision 1.254.kato1999-07-262-4/+14
|
* Don't complain if 0 bytes are written to the tun device, simplybrian1999-07-261-1/+4
| | | | do nothing.
* Sync with sys/i386/conf/GENERIC revision 1.178.kato1999-07-262-26/+28
|
* Add missing cause for an EINVAL return (msgtype < 1).sheldonh1999-07-261-1/+4
| | | | | PR: 12783 Submitted by: Kevin Day <toasty@dragondata.com>
* Fix an off-by-one error and correct the man page WRT clearingbrian1999-07-263-6/+14
| | | | | | | filters. Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> PR: 12437
* Add a default ppp.conf (mode 600).brian1999-07-2616-23/+226
| | | | | | | | | | | | Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Correct HISTORY section, according to CVS logs.sheldonh1999-07-261-2/+3
| | | | | PR: 12810 Submitted by: Alex Perel <veers@disturbed.net>
* Convert interrupt count from signed to unsigned and the totaln_hibma1999-07-261-4/+6
| | | | | | | | from signed long to unsigned lon long. PR: 12808 Submitted by: Kevin Day toasty@dragondata.com Reviewed by: bde
* Pull on my asbestos undies and claim ownership of inetd to prevent furtherdes1999-07-261-1/+2
| | | | | | flamage between our beloved messrs Hearn and Feldman. Further commits go through me. I urge the contestants to direct their energies at cleaning up main() in inetd.c, which has over time become a crawling horror.
* Here goes, the "clear up any possible confusion" commit.green1999-07-261-11/+65
| | | | | | | | | I've taken time to write up comments for the ident code tonight, so there should no longer be any confusion about the purpouse of whatever is in there. Wow, me commenting code... who'd have thought that would happen? Reviewed by: DES
* Pave the way for the fla driver.phk1999-07-263-9/+15
|
* Bring two wayward memory allocation failure messages in line withsheldonh1999-07-261-3/+3
| | | | those featured in the rest of the code.
* Add sysctl and support code to allow directories to be VMIO'd. The defaultalc1999-07-268-17/+34
| | | | | | setting for the sysctl is OFF, which is the historical operation. Submitted by: dillon
* remove <ctype.h> - not neededache1999-07-261-1/+0
|
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-268-468/+450
| | | | Submitted by: BDE
* Typo: assember -> assemblerkris1999-07-262-4/+4
|
* Add recognition that Microsoft NT does not exist.grog1999-07-261-0/+5
| | | | Requested-by: John Baldwin <jobaldwi@vt.edu>
* unsigned char cleanupache1999-07-261-17/+17
| | | | | | | fix wrong index from p_simp_re() PR: 8790 Submitted by: Alexander Viro <viro@math.psu.edu> (partially)
* Don't background pccardd, it nullfies the "-z" flag. pccardd itselfobrien1999-07-262-4/+4
| | | | daemonizes, lets just let things progress normally.
* More cleanups to ident_stream. Variables moved around, changed.green1999-07-251-16/+11
| | | | | | | Got rid of an extra variable or two, while making corrections to problems (that would probably not be a problem anyway, and worked.) Partially Obtained from: David Malone <dwmalone@maths.tcd.ie>
* Remove paths that are listed as compulsory (sorta). /usr/local is notmarkm1999-07-251-3/+3
| | | | | guaranteed to be there on a new system. This fixes whereis' "Could not stat file..." errors.
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-2511-155/+173
| | | | timo_handle -> timeout_handle, p -> pipe, *pipe -> *rpipe, etc.)
* asprintf() does use realloc() internally, but saying so in the manpage can behoek1999-07-251-4/+2
| | | | | misinterpreted to mean that the pointer passed to asprintf() must be suitable for passing to realloc() as-is (ie. either a NULL pointer or a valid pointer).
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-2514-119/+705
| | | | | | | | | | | | | | | | macros) to the signal handler, for old-style BSD signal handlers as the second (int) argument, for SA_SIGINFO signal handlers as siginfo_t->si_code. This is source-compatible with Solaris, except that we have no <siginfo.h> (which isn't even mentioned in POSIX 1003.1b). An rather complete example program is at http://www3.cons.org/cracauer/freebsd-signal.c This will be added to the regression tests in src/. This commit also adds code to disable the (hardware) FPU from userconfig, so that you can use a software FP emulator on a machine that has hardware floating point. See LINT.
* Add a sensible message if an invalid ID was enteredn_hibma1999-07-251-1/+3
| | | | | | PR: 8739 Submitted by: Love lha@stacken.kth.se Reviewed by: Doug Rabson <doug@freebsd.org>
* Make this compile on the Alpha. I'm not 100% sure about this but Ipeter1999-07-252-38/+4
| | | | | think it's ok. ti_bhandle is fetched from newbus on both the Alpha and x86, the Alpha-only ti_vhandle is gone.
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andwpaul1999-07-254-8/+26
| | | | sk_stop().
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-2523-16/+6434
| | | | | | | | | | | | | | | | | | | | | ethernet controllers based on the AIC-6915 "Starfire" controller chip. There are single port, dual port and quad port cards, plus one 100baseFX card. All are 64-bit PCI devices, except one single port model. The Starfire would be a very nice chip were it not for the fact that receive buffers have to be longword aligned. This requires buffer copying in order to achieve proper payload alignment on the alpha. Payload alignment is enforced on both the alpha and x86 platforms. The Starfire has several different DMA descriptor formats and transfer mechanisms. This driver uses frame descriptors for transmission which can address up to 14 packet fragments, and a single fragment descriptor for receive. It also uses the producer/consumer model and completion queues for both transmit and receive. The transmit ring has 128 descriptors and the receive ring has 256. This driver supports both FreeBSD/i386 and FreeBSD/alpha, and uses newbus so that it can be compiled as a loadable kernel module. Support for BPF and hardware multicast filtering is included.
* Don't set DE_ACCESS for unsuccessful reads.bde1999-07-252-16/+24
| | | | | | | | | | Translated from: a similar fix in ufs_readwrite.c rev.1.61. Don't forget to set DE_ACCESS for short reads. Check for invalid (negative) offsets before checking for reads of 0 bytes, as in ufs, although checking for invalid offsets at all is probably a bug.
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.bde1999-07-252-4/+8
| | | | | | Translated from: similar fixes in ufs_readwrite.c rev.1.61. Things are simpler (but annoyingly different) here because there are no vm optimisations.
* Fixed access timestamp bugs:bde1999-07-251-5/+17
| | | | | | | | | | Set IN_ACCESS for successful reads of 0 bytes (except for requests to read 0 bytes). This was broken in rev.1.42. PR: misc/10148 Don't set IN_ACCESS for requests to read 0 bytes. Don't set IN_ACCESS for unsuccessful reads.
* Added CyQ've ELA-010 Ethernet Cardhosokawa1999-07-252-2/+14
|
* 3C574TX Fast Etherlink PC-card support.hosokawa1999-07-252-2/+18
|
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-254-12/+80
| | | | | Reviewed by: HAMADA Naoki <nao@tom-yam.or.jp> Submitted by: Osamu MIHARA <mihara@prd.fc.nec.co.jp>
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-242-4/+4
| | | | large systems.
* Add mx and ax modules for the Macronix and ASIX drivers and update thewpaul1999-07-243-3/+60
| | | | modules Makefile so they get built.
* Convert the ASIX and Macronix drivers to newbus.wpaul1999-07-244-341/+384
|
* Oops, the previous commit only worked in the one case it was tested for.bde1999-07-242-4/+6
|
* Update intpm driver.nsouch1999-07-241-6/+17
| | | | | PR: kern/12631 Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
* Apply suggested patch- seems reasonable.mjacob1999-07-242-5/+29
| | | | | PR: 12020 Submitted by: Matthew D. Fuller <fullermd@futuresouth.com>
* Recognise NetBSD slices.rnordier1999-07-241-3/+4
| | | | | Submitted by : Lars Koeller <lkoeller@cc.fh-lippe.de> PR : 12772
* Add -n to the example and explanation of the internal auth service.green1999-07-241-3/+4
|
OpenPOWER on IntegriCloud