summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set ifp->if_init to the right function.mdodd1999-08-207-67/+88
* When checking if there is a stack to free, observe the fact that itjb1999-08-203-18/+69
* Remove unused MANBIN directive.ru1999-08-202-12/+4
* There may exist two kinds of IBM BlueLightning CPU. One is that 5/2kato1999-08-202-2/+30
* * Consistantly surround macro parameters with ()obrien1999-08-202-64/+67
* A "=" should have been "+=".obrien1999-08-201-2/+2
* Fix some cut and paste damage.mdodd1999-08-202-3/+3
* Fix EINVAL related descriptions.rse1999-08-206-18/+21
* vm_page_alloc and contigmalloc1:alc1999-08-201-3/+3
* Update blackhole(4)csgr1999-08-201-5/+8
* Fix short timeout problems with the pt(4) driver:ken1999-08-207-39/+146
* Reduce default timeout on remote serial debugging sessions from 20grog1999-08-201-1/+1
* What the heck was I thinking? Nobody else saw this? Sheesh.mdodd1999-08-203-8/+14
* Add 2 functions: el_data_set() and el_data_get() which do what youmdodd1999-08-205-3/+41
* Change the name of the static variable 'files' to 'linker_files' ingrog1999-08-201-14/+14
* time_to_sleep->tv_nsec > 1000000000alfred1999-08-193-6/+6
* Sanity check time structures passed in, return EINVAL like the systemalfred1999-08-1912-18/+54
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hpeter1999-08-191-2/+2
* Quieten ppp at startup.brian1999-08-197-14/+14
* Let processes retrieve their argv through procfs. Revert to the originalmarcel1999-08-192-16/+82
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-1916-285/+358
* handle under/overflow of time values in a more robust manner,alfred1999-08-193-9/+9
* Fix a typo and a bug.peter1999-08-191-10/+12
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI buspeter1999-08-192-22/+4
* Undo my previous commit and do it differently. Break the ffs() etc macrospeter1999-08-192-28/+54
* Convert all the nfs macros to do { blah } while (0) to ensure itpeter1999-08-195-455/+688
* Take integer rounding into account in the buffer size approximationsheldonh1999-08-191-2/+2
* Style issues in previous commit:sheldonh1999-08-191-4/+14
* Move two of the DBX config directives to the common configuration header.obrien1999-08-192-10/+10
* Nuke /usr/share/misc/pkg_manage.ru1999-08-191-3/+1
* Link libcrypt_p.a to the DES profiled library, if this library is present.jkoshy1999-08-191-0/+5
* Fix breakage if blackhole=1 and tiflags & TH_SYN, pluscsgr1999-08-193-16/+26
* Use el_source() so we pick up .editrcmdodd1999-08-194-2/+6
* Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.wpaul1999-08-191-3/+3
* Add support for command line editing and history.mdodd1999-08-1910-2089/+180
* Try using the builtin ffs() for egcs, it (by random inspection)peter1999-08-192-2/+10
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-195-208/+7
* Use the MI process selection. We use a quick routine to decide whetherpeter1999-08-193-807/+45
* Use MI switch code for process selection. This gets run queues entirelypeter1999-08-192-148/+10
* Update for run queue code.peter1999-08-191-2/+2
* Don't initialize run queues here, do it all in one place.peter1999-08-191-22/+2
* Run queue heads have moved to TAILQ's.peter1999-08-191-5/+1
* Update for MI switch components. struct prochd is replaced by TAILQ's.peter1999-08-191-10/+11
* (forced commit, cvs aborted part way though)peter1999-08-190-0/+0
* Sort xrefs.mpp1999-08-191-3/+3
* Extract the next runnable process selection out of cpu_switch() into apeter1999-08-192-0/+205
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-1816-34/+82
* Add pin-numbers for easy reference.phk1999-08-181-11/+12
* Document some common ENVIRONMENT variables.mpp1999-08-181-1/+11
* Add pam_radius.so manual page.abial1999-08-182-1/+130
OpenPOWER on IntegriCloud