summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix -p switch.davidn1997-08-011-2/+2
|
* Move tcl packages to libdata/pkgphk1997-08-015-12/+13
|
* My previous commit was incomplete because it ignored the READ case.jmz1997-08-011-1/+2
| | | | | Now set explicitly the block size to 2048 when the device is opened for reading.
* Support functions for working with x86 PC-architecture BIOS.msmith1997-08-013-0/+521
| | | | | | Initially functionality is confined to 32-bit BIOS functions, however it is envisioned that BIOS support may be enlisted for other activities in the future.
* Support for PC BIOS functions.msmith1997-08-013-0/+339
|
* Add new BIOS-related files.msmith1997-08-012-2/+6
|
* Manpage for new BIOS functionality.msmith1997-08-011-0/+114
| | | | (Skeletal, could do with some extra references.)
* Back out the changes to set the resolver timeout. All they seem to dojkh1997-08-012-50/+0
| | | | | | | is _break_ dns lookups entirely, and since reading the relevant docs and source code does not enlighten for now, I'll remove this until more basic research has been done into controlling the resolver's timeout values.
* Update wlconfig to match new Wavelan (wl) driver.msmith1997-08-012-8/+139
| | | | Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* Significant bugfix and upgrade for the Wavelan (wl) driver.msmith1997-08-012-112/+990
| | | | | | This now includes code to handle the 2.4GHz WaveModem-based cards. Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* New defines for the Wavelan (wl) driver.msmith1997-08-011-6/+34
| | | | Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* New LINT comments and options for the Wavelan (wl) driver.msmith1997-08-015-8/+13
| | | | Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* New manpage for the Wavelan (wl) driver.msmith1997-08-011-106/+109
| | | | Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* Remove extraneous prototypes.brian1997-08-011-3/+1
|
* Remove the annoying "cmp: EOF" message whenbrian1997-08-011-2/+2
| | | | dmesg changes.
* Fixed imen alignment.fsmp1997-07-311-2/+2
| | | | Submitted by: Bruce Evans <bde@zeta.org.au>
* Fixed imen declaration.fsmp1997-07-313-6/+6
| | | | Submitted by: Bruce Evans <bde@zeta.org.au>
* Nologin is also a valid 'invalid' shellpst1997-07-311-2/+2
|
* Synchronize with sys/i386/isa/isa.c revision 1.99.kato1997-07-311-13/+17
|
* Synchronize with sys/i386/conf/files.i386 and sys/i386/isa/wd.ckato1997-07-313-7/+81
| | | | revisions 1.169 and 1.133, respectively.
* Use relative symlinks so they work even when ${DESTDIR} is not empty.asami1997-07-311-3/+3
| | | | Reviewed by: jkh, bde
* Oops, boot2 got too big. make VESA_SUPPORT nondefault.phk1997-07-311-2/+3
|
* Fiddle with DNS options so that queries are also controlled byjkh1997-07-312-2/+52
| | | | | | | the MEDIA_TIMEOUT variable. Just -current for now on this one as I'm still wanting to play with this a bit and see what the ramifications of doing this are. Requested by: pst
* Make serial console based installs actually work by:jkh1997-07-3112-27/+243
| | | | | | | | | | | 1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've booted with the -h flag and you have a VGA card also. 2. Adding an extra "menu" for selecting terminal type and adding ANSI to the list of compiled-in terms. 3. Opening the proper file descriptors before disowning ourselves. Requested by: pst
* Whups - use a slightly more up-to-date version.jkh1997-07-311-8/+30
|
* Make README.TXT for floppies reference work.jkh1997-07-312-2/+13
|
* Touch a default kernel.config file to shut the boot blocks up about itjkh1997-07-311-1/+2
| | | | when not present.
* Add new ports-german collection.asami1997-07-314-4/+8
|
* More whitespace/tab fixes.asami1997-07-311-6/+6
| | | | Submitted by: bde
* Add support for booting in VESA 0x102 videomode. Corresponding patches tophk1997-07-314-6/+46
| | | | syscons are being reviewed by sos.
* Consistently use tabs in the leading comments.asami1997-07-311-3/+3
| | | | Submitted by: bde (yes, I'm serious)
* Use err(3). Add prototypes. Silent -Wall.charnier1997-07-312-41/+39
|
* Cosmetic in usage string and err() messages.charnier1997-07-312-22/+20
|
* Use err(3).charnier1997-07-312-17/+17
|
* Use err(3). Add missing flags in usage string.charnier1997-07-313-47/+38
|
* Do not set the application variable LDDESTDIR. Note that it is still honoredasami1997-07-311-6/+1
| | | | | | | | | | in a few places (in bsd.lib.mk and bsd.prog.mk); this merely fixed part of the brokenness by not setting it here. This fixes building of secure telnetd when DESTDIR is defined. (Otherwise, it will try to link libtelnet from ${DESTDIR}/usr/lib.) Reviewed by: bde, jkh
* Moved the free case to top of MPgetlock and MPtrylockfsmp1997-07-311-3/+142
| | | | Added some lock hit profiling.
* Converted the TEST_LOPRIO code to default.fsmp1997-07-3115-175/+185
| | | | | Created mplock functions that save/restore NO registers. Minor cleanup.
* Converted the TEST_LOPRIO code to default.fsmp1997-07-314-115/+20
| | | | | removed PEND_INTS 1st try direct call to MPtrylock
* Converted the TEST_LOPRIO code to default.fsmp1997-07-317-29/+14
|
* Add cvsup.uk.freebsd.org.jdp1997-07-311-1/+4
|
* Fix handling of mixed colors+attributes case by merging from ncurses 4.1ache1997-07-301-7/+21
|
* Fix logical background handling by merging it from ncurses 4.1ache1997-07-3014-37/+102
| | | | No new user-visible functions added
* Update the list of CVSup mirror sites.jdp1997-07-301-8/+16
|
* fix a few problems with pty. warn about how if you only have 1 ptyjmg1997-07-301-13/+16
| | | | | | | | | | | defined, your really getting 32. Also warn about how you can't have more than 256 pty's when your using DEVFS (non DEVFS can use more, just the makedev script doesn't know how to make >256). it also doesn't allocate more memory than needed in this case. Make sure that the signal passed in TIOCSIG isn't 0 as it might cause a panic. I personally haven't seen this happen, but after a similar bug in syscons crashed my machine, I'm acutely aware of this one. :)
* ifdef out ttytype definition, mytinfo not have it and configure confusedache1997-07-301-0/+2
|
* Set up the alias address before executingbrian1997-07-291-3/+3
| | | | the contents of ppp.linkup.
* Fix problem caused by a chunk of the previous patch having beense1997-07-291-3/+3
| | | | | applied to the wrong source code lines (non-fatal, since it just made an auto variable become visible at the global level).
* Add -lm since "ping" now requires the math library for itsjkh1997-07-292-4/+4
| | | | furlong-per-fortnight calculations of ping time.
* Modify passwd and chpass to use new AF_LOCAL RPC interface instead ofwpaul1997-07-294-37/+48
| | | | old kludged-up 'yppasswd_comm' support.
OpenPOWER on IntegriCloud