summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restore the old sio* - bruce can fix it himself.peter1999-09-084-0/+6376
|
* Cosmetic:brian1999-09-087-456/+7
| | | | alias_cmd -> nat_cmd after a repo-copy
* Fixed bitrot in usage message (-n is now optional).bde1999-09-081-1/+1
|
* Provide another installation option for GNOME so we have the more "classicjkh1999-09-086-39/+48
| | | | GNOME" desktop that Debian does as an option.
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-085-0/+20
| | | | friendly.
* MFS: amd mount disabling and overflow protection.imp1999-09-071-4/+17
| | | | Reported by: gallatin@freebsd.org
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-0723-906/+285
| | | | | | | | | | | | | reasonable defaults. This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed. This should make *_vfsops.c more readable and reduce bloat. Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
* Allow flags to be passed to patch when using LOCAL_PATCHESjkh1999-09-071-1/+1
|
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-077-12/+26
| | | | | | | return (in signal trampoline code). I plan to do the same on -stable, so that we have a consistent interface to userland applications. Reviewed by: bde
* Fix comment: RX underrun -> RX overrun.wpaul1999-09-071-1/+1
|
* Config file parser changes:ru1999-09-072-9/+15
| | | | | | | - Trailing spaces and empty lines are ignored. - A `#' sign will mark the remaining of the line as a comment. Reviewed by: Ari Suutari <ari@suutari.iki.fi>
* We don't need a queue for *CP data - these are IP-only queues.brian1999-09-071-1/+1
|
* Doug missed an isa_get_flags().peter1999-09-071-1/+1
|
* Merge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.kato1999-09-071-1/+3
|
* Commented out k6_mem.c.kato1999-09-072-2/+2
|
* Change isa_get/set_flags() to device_get/set_flags().kato1999-09-0710-34/+34
| | | | Submitted by: dfr
* Add FreeBSD 3.3 to the Fx and Os macros.ru1999-09-072-0/+2
|
* Add more missing files from the reorganisation.msmith1999-09-074-0/+297
| | | | Submitted by: dfr
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-0720-57/+58
|
* Show how to prioritize UDP packetsbrian1999-09-071-0/+4
|
* alias -> natbrian1999-09-073-8/+8
|
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-076-78/+188
| | | | | | | | | ip_tos == IPTOS_LOWDELAY now get precidence over urgent packets with ip_tos != IPTOS_LOWDELAY and non-urgent packets with ip_tos == IPTOS_LOWDELAY. Enhance the ``set urgent'' syntax to allow for urgent UDP packets as well as urgent TCP packets.
* Avoid ambigious if() if() else().billf1999-09-0715-25/+59
|
* Spelling fixes.billf1999-09-075-9/+9
| | | | | | PR: bin/12727 Submitted by: Stephen J. Roznowski <sjr@home.com> Obtained from: NetBSD && NetBSD PR system
* Add mii_load entry to the network drivers section. Also add entries forwpaul1999-09-071-0/+4
| | | | a few additional drivers that have recently been module-ized.
* Update the author's address and Global's home page.simokawa1999-09-071-2/+2
| | | | | PR: misc/13589 Submitted by: Shigio Yamaguchi <shigio@tamacom.com>
* Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.wpaul1999-09-062-2/+2
|
* Indicate that we now control quota checking via an rc.conf variable,mph1999-09-061-5/+12
| | | | | | instead of putting it in rc.local. Submitted by: Alex Perel <veers@disturbed.net>
* Update for newpcm.dfr1999-09-063-3/+15
|
* Fix Common Error brokenness.markm1999-09-063-6/+6
|
* set check_quotas="YES" as the default.cpiazza1999-09-061-1/+1
| | | | | | PR: 13603 Submitted by: Alex Perel <veers@distributed.net> Reviewed by: billf
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.billf1999-09-061-1/+3
|
* Fix more Common Error brokenness.markm1999-09-062-4/+4
|
* Don't depend on the fact that variables default to int.billf1999-09-062-5/+5
|
* 1) s/mod(un)?load/kld$1load/n_hibma1999-09-063-42/+45
| | | | | | | | 2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables (KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the Makefile of the ATAPI module 3) textual fixups
* Move /var/cron/log to /var/log/cronn_hibma1999-09-064-3/+6
|
* Cast pw_change and pw_expire to long and fix the format specifier accordingly.billf1999-09-061-2/+2
|
* Remember to re-arm the timeout for the tick routine.wpaul1999-09-062-0/+3
|
* Fix definitions for RID and RES if we're not using IOSPACE. I copied thewpaul1999-09-062-4/+4
| | | | | two lines and forgot to change them for the !IOSPACE case. Not a big deal since PCI memory mapped mode is off by default, but I still feel silly.
* Change NetBSD/Alpha to FreeBSD/alpha.dfr1999-09-061-1/+1
|
* Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.obrien1999-09-062-0/+16
| | | | This was tested on a ND5100 rev.A2 card.
* Make the ``Problem with IP header length'' error a bit more verbosebrian1999-09-062-2/+4
|
* $FreeBSD$ -> __DATE__brian1999-09-062-3/+1
| | | | This is probably more appropriate that $Date$ anyway
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andpeter1999-09-065-11/+4
| | | | we have enough pseudo-options already.
* - add reference to siginterrupt(3)ru1999-09-061-32/+35
| | | | - mdoc(7) fixes
* Add device_set_desc_copy(9).dfr1999-09-061-1/+8
|
* VERY preliminary versions of these documents for the Alpha. I'vejkh1999-09-062-0/+1266
| | | | | | made only the most superficial changes so far to HARDWARE.TXT and eliminated the stuff I absolutely knew didn't work. That still leaves a lot of work to do and this is mostly just a place-holder for now.
* Only do dhclient once; it has its own internal retry which is more thanjkh1999-09-062-16/+20
| | | | | long enough (and doing it multiple times results in a dialog which waits AGES to complete).
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-069-6380/+1
| | | | | including pci. Also, eliminate NSIOTOT and do it dynamically where it matters.
* Move the #if 0 to catch the card.h include and make sure it's zero.peter1999-09-062-2/+6
|
OpenPOWER on IntegriCloud