| Commit message (Expand) | Author | Age | Files | Lines |
* | Set ifp->if_init to the right function. | mdodd | 1999-08-20 | 7 | -67/+88 |
* | When checking if there is a stack to free, observe the fact that it | jb | 1999-08-20 | 3 | -18/+69 |
* | Remove unused MANBIN directive. | ru | 1999-08-20 | 2 | -12/+4 |
* | There may exist two kinds of IBM BlueLightning CPU. One is that 5/2 | kato | 1999-08-20 | 2 | -2/+30 |
* | * Consistantly surround macro parameters with () | obrien | 1999-08-20 | 2 | -64/+67 |
* | A "=" should have been "+=". | obrien | 1999-08-20 | 1 | -2/+2 |
* | Fix some cut and paste damage. | mdodd | 1999-08-20 | 2 | -3/+3 |
* | Fix EINVAL related descriptions. | rse | 1999-08-20 | 6 | -18/+21 |
* | vm_page_alloc and contigmalloc1: | alc | 1999-08-20 | 1 | -3/+3 |
* | Update blackhole(4) | csgr | 1999-08-20 | 1 | -5/+8 |
* | Fix short timeout problems with the pt(4) driver: | ken | 1999-08-20 | 7 | -39/+146 |
* | Reduce default timeout on remote serial debugging sessions from 20 | grog | 1999-08-20 | 1 | -1/+1 |
* | What the heck was I thinking? Nobody else saw this? Sheesh. | mdodd | 1999-08-20 | 3 | -8/+14 |
* | Add 2 functions: el_data_set() and el_data_get() which do what you | mdodd | 1999-08-20 | 5 | -3/+41 |
* | Change the name of the static variable 'files' to 'linker_files' in | grog | 1999-08-20 | 1 | -14/+14 |
* | time_to_sleep->tv_nsec > 1000000000 | alfred | 1999-08-19 | 3 | -6/+6 |
* | Sanity check time structures passed in, return EINVAL like the system | alfred | 1999-08-19 | 12 | -18/+54 |
* | Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.h | peter | 1999-08-19 | 1 | -2/+2 |
* | Quieten ppp at startup. | brian | 1999-08-19 | 7 | -14/+14 |
* | Let processes retrieve their argv through procfs. Revert to the original | marcel | 1999-08-19 | 2 | -16/+82 |
* | o Add the -foreground switch. This switch behaves like -background except | brian | 1999-08-19 | 16 | -285/+358 |
* | handle under/overflow of time values in a more robust manner, | alfred | 1999-08-19 | 3 | -9/+9 |
* | Fix a typo and a bug. | peter | 1999-08-19 | 1 | -10/+12 |
* | Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI bus | peter | 1999-08-19 | 2 | -22/+4 |
* | Undo my previous commit and do it differently. Break the ffs() etc macros | peter | 1999-08-19 | 2 | -28/+54 |
* | Convert all the nfs macros to do { blah } while (0) to ensure it | peter | 1999-08-19 | 5 | -455/+688 |
* | Take integer rounding into account in the buffer size approximation | sheldonh | 1999-08-19 | 1 | -2/+2 |
* | Style issues in previous commit: | sheldonh | 1999-08-19 | 1 | -4/+14 |
* | Move two of the DBX config directives to the common configuration header. | obrien | 1999-08-19 | 2 | -10/+10 |
* | Nuke /usr/share/misc/pkg_manage. | ru | 1999-08-19 | 1 | -3/+1 |
* | Link libcrypt_p.a to the DES profiled library, if this library is present. | jkoshy | 1999-08-19 | 1 | -0/+5 |
* | Fix breakage if blackhole=1 and tiflags & TH_SYN, plus | csgr | 1999-08-19 | 3 | -16/+26 |
* | Use el_source() so we pick up .editrc | mdodd | 1999-08-19 | 4 | -2/+6 |
* | Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t. | wpaul | 1999-08-19 | 1 | -3/+3 |
* | Add support for command line editing and history. | mdodd | 1999-08-19 | 10 | -2089/+180 |
* | Try using the builtin ffs() for egcs, it (by random inspection) | peter | 1999-08-19 | 2 | -2/+10 |
* | Update for MI switch code, and trim a heap of unused (I believe) entries. | peter | 1999-08-19 | 5 | -208/+7 |
* | Use the MI process selection. We use a quick routine to decide whether | peter | 1999-08-19 | 3 | -807/+45 |
* | Use MI switch code for process selection. This gets run queues entirely | peter | 1999-08-19 | 2 | -148/+10 |
* | Update for run queue code. | peter | 1999-08-19 | 1 | -2/+2 |
* | Don't initialize run queues here, do it all in one place. | peter | 1999-08-19 | 1 | -22/+2 |
* | Run queue heads have moved to TAILQ's. | peter | 1999-08-19 | 1 | -5/+1 |
* | Update for MI switch components. struct prochd is replaced by TAILQ's. | peter | 1999-08-19 | 1 | -10/+11 |
* | (forced commit, cvs aborted part way though) | peter | 1999-08-19 | 0 | -0/+0 |
* | Sort xrefs. | mpp | 1999-08-19 | 1 | -3/+3 |
* | Extract the next runnable process selection out of cpu_switch() into a | peter | 1999-08-19 | 2 | -0/+205 |
* | Make these actually compile. I got a little delete happy pruning includes | mdodd | 1999-08-18 | 16 | -34/+82 |
* | Add pin-numbers for easy reference. | phk | 1999-08-18 | 1 | -11/+12 |
* | Document some common ENVIRONMENT variables. | mpp | 1999-08-18 | 1 | -1/+11 |
* | Add pam_radius.so manual page. | abial | 1999-08-18 | 2 | -1/+130 |