aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Synchronize with sys/i386/isa/isa.c revision 1.79.KATO Takenori1997-03-251-8/+13
* | Don't trucate username to 8 characters.David Nugent1997-03-251-24/+29
* | -current is now 3.0. NOT a 2.2 candidate. :)Satoshi Asami1997-03-252-2/+2
* | Catch up with the original.Hiroyuki Hanai1997-03-251-4/+77
* | Restricting $LANG was a really bad ideaWarner Losh1997-03-251-4/+2
* | Back out 1.14 until I reproduce trouble reportsWarner Losh1997-03-251-4/+2
* | Don't bypass password prompt for root logins on insecure tty ifDavid Nugent1997-03-251-3/+5
* | Use the correct (relative to the implementation) ordering of args inPeter Wemm1997-03-252-2/+10
* | The local fs interface does not allow link()/unlink() of directories,Peter Wemm1997-03-252-8/+14
* | Catch up with the original.Hiroyuki Hanai1997-03-251-6/+9
* | "Louis A. Mamakos" <louie@TransSys.COM> new bt848 structSteve Passe1997-03-255-2120/+2400
* | Use FreeBSD-style attach messageAndrey A. Chernov1997-03-251-1/+5
* | added support for EEProms writing/reading.Steve Passe1997-03-253-6/+24
* | Remove some incorrect text on how passwords are validated.Mike Pritchard1997-03-251-3/+2
* | Change the description of how attempts to block SIGKILL and SIGSTOPMike Pritchard1997-03-251-1/+1
* | Use port? for sbxvi0 since it is autoconfigured from sb0Andrey A. Chernov1997-03-253-9/+9
* | Copy io_base configuration address from sb config.Andrey A. Chernov1997-03-251-0/+1
* | Replace more verbose "at <not configured>" with less verbose "at ?",Andrey A. Chernov1997-03-252-6/+6
* | Follow config intention for iobase:Andrey A. Chernov1997-03-252-16/+26
* | YAMF22Jordan K. Hubbard1997-03-2511-46/+66
* | Print negative values only for two cases usedAndrey A. Chernov1997-03-251-3/+3
* | Fix iobase printing for autodetect and none casesAndrey A. Chernov1997-03-251-1/+3
* | Mention top(1) being part of the base system now.Joerg Wunsch1997-03-251-0/+3
* | top(1) has a tunable parameter for the hash size to hash the userJoerg Wunsch1997-03-253-3/+27
* | Remove unneeded prototype (and warning) for stlintr().David Nugent1997-03-241-2/+1
* | strdup() value of term to correctly preserve contents.David Nugent1997-03-241-11/+9
* | Typo police. Also update HISTORY to reflect when this first appearedMike Pritchard1997-03-241-3/+6
* | Fix a fencepost error in ahc_find_scb that could cause us to wrongfullyJustin T. Gibbs1997-03-241-2/+2
* | Initialize RNG only onceAndrey A. Chernov1997-03-241-2/+7
* | Use srandomdev() to initialize RNGAndrey A. Chernov1997-03-242-4/+6
* | Include missing <time.h>Andrey A. Chernov1997-03-241-0/+4
* | Cleanup STANDALONE stuffAndrey A. Chernov1997-03-241-28/+43
* | Initialize RNG only onceAndrey A. Chernov1997-03-241-23/+18
* | Use srandomdev() nowAndrey A. Chernov1997-03-241-2/+3
* | Use srandomdev() to initialize generatorAndrey A. Chernov1997-03-241-38/+8
* | Remove libcurses, it is pure termcap applicationAndrey A. Chernov1997-03-241-2/+2
* | Don't include <sys/ioctl.h> in the kernel. Stage 10 (final). Warn ifBruce Evans1997-03-241-1/+5
* | Don't include <sys/ioctl.h> in the kernel. Stage 9: same changesBruce Evans1997-03-2413-26/+17
* | Don't include <sys/ioctl.h> in the kernel. Stage 6: includeBruce Evans1997-03-242-3/+7
* | Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans1997-03-245-10/+19
* | Don't include <sys/ioctl.h> in the kernel. Stage 4: includeBruce Evans1997-03-247-14/+20
* | Don't include <sys/ioctl.h> in the kernel. Stage 3: includeBruce Evans1997-03-248-15/+13
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-2437-69/+70
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-24106-193/+86
* | Don't default to (wrong) SCO definitions for _IOR() etc. if <sys/ioctl.h>Bruce Evans1997-03-241-3/+8
* | Make stlintr() public to allow correct linkage.David Nugent1997-03-241-3/+3
* | Fix typo.KATO Takenori1997-03-242-4/+4
* | Merge PC-98 code int i386/isa/ft.c.KATO Takenori1997-03-244-2592/+45
* | Don't overflow buffers, and only open alternative termcap files if we'reWarner Losh1997-03-242-2/+8
* | Don't honor LANG or NLSPATH if we're setuid/setgid.Warner Losh1997-03-241-3/+8