summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't forget to count context switches in yield().bde1999-01-271-1/+3
|
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-276-3/+11
|
* Sigh, now I see where the tabs got smashed. Fix them here too.jkh1999-01-271-5/+5
|
* Sync with sys/i386/isa/sio.c revision 1.225.kato1999-01-272-4/+6
|
* Sync with sys/i386/conf/Makefile.i386 revision 1.138.kato1999-01-272-4/+4
|
* Initialize the member atr_buffer.kato1999-01-271-1/+4
| | | | Pointed out by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
* Typo: `kern.somaxconn' -> `kern.ipc.somaxconn'jkoshy1999-01-271-4/+4
| | | | | PR: docs/9717 Submitted by: Nathan Dorfman <nathan@rtfm.net>
* DOH! Did I ever screw that up. Take the /etc prefixes off thejkh1999-01-271-2/+2
| | | | | | filenames. Noted by: Randy Bush <randy@psg.com>
* Correct typo.jkoshy1999-01-271-1/+2
| | | | | PR: docs/9597 Submitted by: Christoph Kukulies <kuku@FreeBSD.ORG>
* Note that the 'owner.group' field is optional in the config file.jkoshy1999-01-271-3/+3
| | | | | PR: docs/9602 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Clarify format of exit status code. Note when a return code of -1 canjkoshy1999-01-271-4/+8
| | | | | | | be expected. PR: docs/9701 Submitted by: Marc van Kempen <marc@bowtie.nl>
* Make building the kernel conditional.jkh1999-01-271-9/+13
|
* Get rid of tbl stuff, replace with .Blgrog1999-01-271-251/+97
| | | | Take BUGS section from vinum.8
* Fix broken command tables (change formatting from tbl to .Bl/.El)grog1999-01-271-145/+32
| | | | | Move the BUGS section to vinum.4: the only bug in vinum.8 was the man page, fixed with this commit.
* Write changes out to /etc/rc.conf.site now rather than mucking withjkh1999-01-279-153/+204
| | | | | rc.conf. There were many different ways I could have done this, some of them "cleaner", but this represented the lowest impact.
* Clarify documentation of 'ME' softlink.dillon1999-01-261-2/+16
|
* Add directory structure of diskless examplesdillon1999-01-261-1/+11
|
* typo - "a follows" -> "as follows"billf1999-01-262-4/+4
| | | | | PR: docs/9708 Submitted by: jp-man project
* Numbering typo, missed a '0'billf1999-01-261-3/+3
| | | | Submitted by: Brian Feldman
* Compile the linux module with the same flags as the kernel.julian1999-01-261-2/+2
| | | | | | (oops). Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* Create overrideable MFS filesystem sizes and do a bit of cleanup.dillon1999-01-261-10/+35
|
* Diskless and templating configuration examplesdillon1999-01-2619-0/+722
|
* Fix typo by rewriting sentence.wollman1999-01-261-8/+10
|
* OK, now the boot floppies work again. Also collapse some commonjkh1999-01-261-22/+5
| | | | build cases.
* When selecting the correct EEPROM offset to use for probing the stationwpaul1999-01-261-3/+3
| | | | | | | | address, account for cards which report the Texas Instruments PCI vendor ID in addition to Compaq and Olicom. (I don't actually have a card that reports the TI vendor/device ID, but it appears that some Racore adapters work this way, and failing to account for it when we have the ID listed in the supported devices list is a bug.)
* 1. Adjust fs sizes to get floppies back under control.jkh1999-01-266-21/+66
| | | | | 2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now.
* NO_LKM is deprecatedjkh1999-01-265-5/+0
|
* s/wcd/acd/jkh1999-01-264-4/+4
| | | | Noted by: des
* Allow /etc/rc.conf.site as well as /etc/rc.conf.local (and add rc_conf_filesjkh1999-01-261-6/+7
| | | | variable for frobbing).
* Added descriptions on new flags introduced in psm.c rev.1.57.yokota1999-01-262-2/+76
|
* Oops, one line was accidentally commented out in the previous commit.yokota1999-01-262-6/+2
|
* Pull down the splash screen when someone is about to read from theyokota1999-01-261-7/+2
| | | | keyboard. Do this in scread(), rather than in scopen().
* Frob the upgrade target to be a bit more inclusive. This appears tojkh1999-01-262-78/+39
| | | | | | be a good bit more successful at doing automated upgrades than the previous aout-to-elf target, anyway. I'll MF3 in a couple of days depending on how this does.
* Ok, people didn't like kern.conf_dir. Poof, backed out.dillon1999-01-261-6/+1
|
* Remove use of kern.conf_dir sysctl. conf_dir is left as a localdillon1999-01-261-2/+2
| | | | | | | variable and propogates back to /etc/rc where it will be used to locate the rc.local file. The local variable will also be used by /etc/rc.conf. Note that /etc/rc.conf reverts to its prior operation of accessing /etc/rc.conf.local if run standalone.
* Remove sysctl's from rc.conf, there seems to be a concensus thatdillon1999-01-261-7/+4
| | | | | | rc.conf should only contain simple ops. We still keep the conf_dir override, however, and this will be used when rc.conf is run from /etc/rc in a diskless configuration.
* Ripped out EDITOR=ee with extreme prejudice.dg1999-01-261-3/+3
|
* Move reading of rc.conf sooner as requested by Greg. I'm a tad nervouspeter1999-01-261-9/+8
| | | | | | about this becase that makes it get run *before* the filesystems are mounted. If people have added stuff to their rc.conf or rc.conf.local that uses stuff outside of /bin and /sbin, this will break.
* The vinum setup tool automatically loads the vinum module if it's needed,peter1999-01-261-7/+2
| | | | | | there is no need to duplicate the logic here. XXX rc.conf needs to be read sooner..
* Check if the intpm controller is configured first before stoppingpeter1999-01-261-2/+7
| | | | recognition of the 82371AB device.
* Automatically load the vn module if it isn't already in the kernel.peter1999-01-261-1/+6
|
* 1. Properly chflags libraries before moving (otherwise they don't).jkh1999-01-262-1/+82
| | | | 2. Add my helper script for upgrades; not enabled yet.
* Add support for the USR3031 PNP modem. Also fix a minor typo since I wassteve1999-01-261-2/+3
| | | | here.
* Move bsd.port.*mk to under ${PORTSDIR}/Mk (already repository copied).asami1999-01-264-2446/+8
| | | | | | There are only skeletons left here; they merely serve as a backup to include the real versions under ${PORTSDIR}/Mk while we update the ports tree to include them directly.
* o Add info about Julian's Linux Threads checkin (one of theseimp1999-01-261-2/+13
| | | | | | | days I'm going to write a make kvm top level target). o Add warning about the short lived boot block breakage and briefly what to do to fix it.
* Mostly remove the VM_STACK OPTION.julian1999-01-2614-33/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the definitions of a few items so that structures are the same whether or not the option itself is enabled. This allows people to enable and disable the option without recompilng the world. As the author says: |I ran into a problem pulling out the VM_STACK option. I was aware of this |when I first did the work, but then forgot about it. The VM_STACK stuff |has some code changes in the i386 branch. There need to be corresponding |changes in the alpha branch before it can come out completely. what is done: | |1) Pull the VM_STACK option out of the header files it appears in. This |really shouldn't affect anything that executes with or without the rest |of the VM_STACK patches. The vm_map_entry will then always have one |extra element (avail_ssize). It just won't be used if the VM_STACK |option is not turned on. | |I've also pulled the option out of vm_map.c. This shouldn't harm anything, |since the routines that are enabled as a result are not called unless |the VM_STACK option is enabled elsewhere. | |2) Add what appears to be appropriate code the the alpha branch, still |protected behind the VM_STACK switch. I don't have an alpha machine, |so we would need to get some testers with alpha machines to try it out. | |Once there is some testing, we can consider making the change permanent |for both i386 and alpha. | [..] | |Once the alpha code is adequately tested, we can pull VM_STACK out |everywhere. | Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* Enable Linux threads support by default.julian1999-01-2614-237/+29
| | | | | | | | | This takes the conditionals out of the code that has been tested by various people for a while. ps and friends (libkvm) will need a recompile as some proc structure changes are made. Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
| | | | "==" used for "=".
* Update pkg_add's remote package feature to reflect the new structure ofbillf1999-01-251-6/+6
| | | | | | | | | | | | | wcarchive. This needs to be updated when: (a) The directory structure changes on wcarchive (b) getosreldate() has a new significance (ie. get ELF packages/get a.out packages) (c) Branches are changed around As we stand right now, 3.0-postELFday and 4.0-x all point to the same directory, but when 4.0 starts to have its own packages, this file will need to be changed.
* Terminate commit for the Intel PIIX4 SMBus support. Already committed filesnsouch1999-01-257-10/+25
| | | | | | are sys/pci/intpm* Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
OpenPOWER on IntegriCloud