| Commit message (Expand) | Author | Age | Files | Lines |
* | time_to_sleep->tv_nsec > 1000000000 | Alfred Perlstein | 1999-08-19 | 3 | -6/+6 |
* | Sanity check time structures passed in, return EINVAL like the system | Alfred Perlstein | 1999-08-19 | 12 | -18/+54 |
* | Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.h | Peter Wemm | 1999-08-19 | 1 | -2/+2 |
* | Quieten ppp at startup. | Brian Somers | 1999-08-19 | 7 | -14/+14 |
* | Let processes retrieve their argv through procfs. Revert to the original | Marcel Moolenaar | 1999-08-19 | 2 | -16/+82 |
* | o Add the -foreground switch. This switch behaves like -background except | Brian Somers | 1999-08-19 | 16 | -285/+358 |
* | handle under/overflow of time values in a more robust manner, | Alfred Perlstein | 1999-08-19 | 3 | -9/+9 |
* | Fix a typo and a bug. | Peter Wemm | 1999-08-19 | 1 | -10/+12 |
* | Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI bus | Peter Wemm | 1999-08-19 | 2 | -22/+4 |
* | Undo my previous commit and do it differently. Break the ffs() etc macros | Peter Wemm | 1999-08-19 | 2 | -28/+54 |
* | Convert all the nfs macros to do { blah } while (0) to ensure it | Peter Wemm | 1999-08-19 | 5 | -455/+688 |
* | Take integer rounding into account in the buffer size approximation | Sheldon Hearn | 1999-08-19 | 1 | -2/+2 |
* | Style issues in previous commit: | Sheldon Hearn | 1999-08-19 | 1 | -4/+14 |
* | Move two of the DBX config directives to the common configuration header. | David E. O'Brien | 1999-08-19 | 2 | -10/+10 |
* | Nuke /usr/share/misc/pkg_manage. | Ruslan Ermilov | 1999-08-19 | 1 | -3/+1 |
* | Link libcrypt_p.a to the DES profiled library, if this library is present. | Joseph Koshy | 1999-08-19 | 1 | -0/+5 |
* | Fix breakage if blackhole=1 and tiflags & TH_SYN, plus | Geoff Rehmet | 1999-08-19 | 3 | -16/+26 |
* | Use el_source() so we pick up .editrc | Matthew N. Dodd | 1999-08-19 | 4 | -2/+6 |
* | Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t. | Bill Paul | 1999-08-19 | 1 | -3/+3 |
* | Add support for command line editing and history. | Matthew N. Dodd | 1999-08-19 | 10 | -2089/+180 |
* | Try using the builtin ffs() for egcs, it (by random inspection) | Peter Wemm | 1999-08-19 | 2 | -2/+10 |
* | Update for MI switch code, and trim a heap of unused (I believe) entries. | Peter Wemm | 1999-08-19 | 5 | -208/+7 |
* | Use the MI process selection. We use a quick routine to decide whether | Peter Wemm | 1999-08-19 | 3 | -807/+45 |
* | Use MI switch code for process selection. This gets run queues entirely | Peter Wemm | 1999-08-19 | 2 | -148/+10 |
* | Update for run queue code. | Peter Wemm | 1999-08-19 | 1 | -2/+2 |
* | Don't initialize run queues here, do it all in one place. | Peter Wemm | 1999-08-19 | 1 | -22/+2 |
* | Run queue heads have moved to TAILQ's. | Peter Wemm | 1999-08-19 | 1 | -5/+1 |
* | Update for MI switch components. struct prochd is replaced by TAILQ's. | Peter Wemm | 1999-08-19 | 1 | -10/+11 |
* | (forced commit, cvs aborted part way though) | Peter Wemm | 1999-08-19 | 0 | -0/+0 |
* | Sort xrefs. | Mike Pritchard | 1999-08-19 | 1 | -3/+3 |
* | Extract the next runnable process selection out of cpu_switch() into a | Peter Wemm | 1999-08-19 | 2 | -0/+205 |
* | Make these actually compile. I got a little delete happy pruning includes | Matthew N. Dodd | 1999-08-18 | 16 | -34/+82 |
* | Add pin-numbers for easy reference. | Poul-Henning Kamp | 1999-08-18 | 1 | -11/+12 |
* | Document some common ENVIRONMENT variables. | Mike Pritchard | 1999-08-18 | 1 | -1/+11 |
* | Add pam_radius.so manual page. | Andrzej Bialecki | 1999-08-18 | 2 | -1/+130 |
* | printf("%x",dev); -> printf("%s",devtoname(dev)); | Nick Sayer | 1999-08-18 | 2 | -22/+22 |
* | Slight tweak to tcp.blackhole to add optional behaviour to | Geoff Rehmet | 1999-08-18 | 2 | -18/+52 |
* | Mention ``alias enable no'', not ``alias enable off''. | Brian Somers | 1999-08-18 | 2 | -4/+4 |
* | Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition, | Peter Wemm | 1999-08-18 | 1 | -3/+3 |
* | The "LINUX" option isn't actually used or referenced anywhere. The stuff | Peter Wemm | 1999-08-18 | 2 | -4/+2 |
* | 1) rename dev->self to be consistent | Nick Hibma | 1999-08-18 | 4 | -152/+214 |
* | Remove redundant spaces in the whole line, not only the first occurrence. | Nick Hibma | 1999-08-18 | 1 | -3/+3 |
* | Merge from sys/i386/isa/spkr.c revision 1.38. | KATO Takenori | 1999-08-18 | 1 | -5/+5 |
* | Merge from sys/i386/i386/machdep.c revision 1.359. | KATO Takenori | 1999-08-18 | 2 | -16/+34 |
* | Merge from sys/i386/conf/files.i386 revision 1.259. | KATO Takenori | 1999-08-18 | 2 | -4/+8 |
* | Document sysctl MIBs under net.inet.udp | Geoff Rehmet | 1999-08-18 | 1 | -2/+31 |
* | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | Matthew N. Dodd | 1999-08-18 | 16 | -1018/+77 |
* | Fix a bunch of broken cross-references | Chris Costello | 1999-08-18 | 16 | -35/+35 |
* | Create callable (non-inline) versions of the atomic_OP_TYPE functions | Alan Cox | 1999-08-18 | 6 | -8/+128 |
* | Fix breakage - an extra brace got inserted where DIAGNOSTIC was defined | Matt Jacob | 1999-08-18 | 1 | -2/+1 |