aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adds the APM hooks into the generic pccard kernel files. With this codeNate Williams1996-04-236-16/+121
* Add support for SOCKS if enabled.Paul Traina1996-04-232-4/+11
* Add support for socksPaul Traina1996-04-238-3/+47
* Fix second instance of the inb type when getting the current sequencer address.Justin T. Gibbs1996-04-231-2/+2
* Fix a typo in the RESTART_SEQUENCER macro that could have causedJustin T. Gibbs1996-04-231-2/+2
* Bring this into sync.Jordan K. Hubbard1996-04-2370-1255/+972
* Cosmetic tweaks.Jordan K. Hubbard1996-04-232-4/+13
* New variable NOOBJLINKWolfram Schneider1996-04-221-9/+46
* Updated the laptop 'kludge' file. Hopefully this can go away soon.Nate Williams1996-04-221-18/+20
* typo shmrsh -> smrshPaul Traina1996-04-222-2/+2
* Add a couple of needed X11 libraries. Discovered when trying to build aJohn Polstra1996-04-221-2/+3
* - add apm to the GENERIC kernel (disabled by default), and add some commentsNate Williams1996-04-2214-34/+171
* Fix a segfault which occurs when it gets an empty input line.Sujal Patel1996-04-221-1/+8
* The default number of tags in the SCB paging case was supposed to beJustin T. Gibbs1996-04-221-2/+2
* This fixes a troubling oversight in some of the pmap code enhancements.John Dyson1996-04-222-2/+4
* Find official home of smrshPaul Traina1996-04-211-1/+1
* Enable proper installation of sendmail restricted shell smrsh(8).Paul Traina1996-04-215-16/+15
* Add /usr/libexec/sm.bin for smrsh(8)Paul Traina1996-04-211-1/+3
* Add "-x" to the linker command for building shared libraries. ThisJohn Polstra1996-04-211-2/+2
* Fixed in-line IP header checksumming. It was performed on the wrong headerBruce Evans1996-04-211-2/+2
* Take out quotes around MOTIFLIB. Clarify comments a bit, most usersSatoshi Asami1996-04-213-15/+21
* Update to face reality. We now support the aic7850, aic7860 and aic7880.Justin T. Gibbs1996-04-202-60/+68
* Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855Justin T. Gibbs1996-04-201-10/+42
* Implement SCB paging which allows up to 255 active commands on aic7770Justin T. Gibbs1996-04-202-406/+785
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowJustin T. Gibbs1996-04-202-4/+4
* Turn on SCB paging for aic7770 chips rev E or greater.Justin T. Gibbs1996-04-205-34/+89
* Implement SCB paging. This allows up to 255 active commands onJustin T. Gibbs1996-04-202-100/+181
* Add Doug Ambrisko for implementing LD_PRELOAD in the dynamic linker.John Polstra1996-04-201-1/+2
* Implement support for LD_PRELOAD in the dynamic linker. RemoveJohn Polstra1996-04-206-48/+236
* Implement support for LD_PRELOAD in the dynamic linker.John Polstra1996-04-203-3/+56
* Added sup5.freebsd.org (burka.rdy.com)Dima Ruban1996-04-201-0/+1
* Another bug fix for the DITEM_REDRAW case.Jordan K. Hubbard1996-04-202-4/+5
* Make the DITEM_RECREATE option work properly.Jordan K. Hubbard1996-04-203-22/+27
* Add Paul Traina as the new security officer.Jordan K. Hubbard1996-04-201-1/+2
* Exclude devices. Character ones modes changes often and proper namesAndrey A. Chernov1996-04-191-9/+4
* Fix up the badly out of date struct proc's p_flags.Sujal Patel1996-04-191-39/+22
* Delete duplicate "make sure you have at least one device supplyingSatoshi Asami1996-04-191-3/+1
* contents file for /usr/share/doc/papersWolfram Schneider1996-04-192-0/+175
* add ``contents'' to SUBDIRWolfram Schneider1996-04-191-2/+3
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEBruce Evans1996-04-192-2/+10
* Fixed removal of devfs entries for the real slice corresponding to theBruce Evans1996-04-191-10/+55
* Removed bogus includes of <sys/types.h> from synopses.Bruce Evans1996-04-195-6/+1
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-195-9/+3
* Don't depend on <sys/types.h> including <sys/cdefs.h>.Bruce Evans1996-04-194-5/+7
* Fix timezone names for Mountain time.Garrett Wollman1996-04-191-5/+5
* Added `const' to types of sys_siglist and sys_signame.Bruce Evans1996-04-191-2/+2
* Added `const' to types of sys_errlist and sys_nerr.Bruce Evans1996-04-191-5/+10
* Fix a bug which did not properly bias checklist items by their scrollJordan K. Hubbard1996-04-192-8/+10
* Revise the responsibility roster a bit.Jordan K. Hubbard1996-04-191-2/+2
* savectx returns through cpu_switch in case of the child, so it mustPoul-Henning Kamp1996-04-194-8/+10