Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-06 | fix this mess; XXX need new cygnus version | Theo de Raadt | |
1998-07-05 | fix | Todd T. Fries | |
1998-07-05 | don't try and rebuild things via GNU automake | Todd C. Miller | |
1998-07-05 | Kill extra man page build as well. | Jason Downs | |
1998-07-05 | newsalt uses 24-bit count, and not 32-bit | Niels Provos | |
1998-07-05 | fix netbsd bug; from boquist@cs.chalmers.se | Jason Downs | |
1998-07-05 | No need to call pwcheck() (and hence crypt()) if the user does not | Todd C. Miller | |
exist. The only reason I did that in the first place was to get a fake s/key challenge. Now if the use does not exist we just get the challenge if password was 's/key' else sleep for a bit to make it look like we are doing a crypt(). | |||
1998-07-05 | use correct directory for h2ph -d | Todd C. Miller | |
1998-07-05 | run h2ph with -d ${DESTDIR} | Todd C. Miller | |
1998-07-05 | add .Xr's for all the random functions in libc | Todd C. Miller | |
1998-07-05 | replace open + fstat with stat | Todd C. Miller | |
1998-07-05 | if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This ↵ | Todd C. Miller | |
is much better than the old fake challenge. | |||
1998-07-05 | ctime takes a pointer to time_t not long. Correct in prototype, wrong in ↵ | Todd C. Miller | |
description | |||
1998-07-05 | fix bugs; seen by dima | Theo de Raadt | |
1998-07-05 | cleanup | Artur Grabowski | |
1998-07-05 | man page; mrg | Theo de Raadt | |
1998-07-05 | split KREAD() calls | Theo de Raadt | |
1998-07-05 | check kvm_read() better; msaitoh | Theo de Raadt | |
1998-07-05 | use STDERR_FILENO; kleink | Theo de Raadt | |
1998-07-05 | install krb.realms with 644 perms | Artur Grabowski | |
1998-07-05 | basic chip setup | Theo de Raadt | |
1998-07-05 | do not print fake slot numbers | Theo de Raadt | |
1998-07-05 | Set CFLAGS for configure. | Jason Downs | |
1998-07-05 | Add support for ISA PnP to wdc and associated config goo. This does NOT work | Jason Downs | |
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly. | |||
1998-07-05 | sync | Jason Downs | |
1998-07-05 | Uncommit wdc. | Jason Downs | |
Note that the Soundblaster uses this code, even though it's port isn't fully compatible with the driver. | |||
1998-07-05 | s/2\.3/OSREV/g | Todd T. Fries | |
Please note that in distrib/notes and per sys.mk in Makefiles globally, OSrev=23 OSREV=2.3 In m4, if you are needing this to be in the middle of the word, such as for 'floppy23.fs' use: 'floppy{:--:}OSrev.fs' .. as I changed the quotes to '{:-' and '-:}' respectively to avoid double quoting in the distrib/notes documents. | |||
1998-07-05 | start at irq framework | Theo de Raadt | |
1998-07-05 | map qec registers properly | Theo de Raadt | |
1998-07-05 | Change some of the local symbols into "temporary", removed symbols. | Dale S. Rahn | |
makes it easier to debug code to see the function entry not the local branch targets. | |||
1998-07-05 | Powerpc port now support profiled libraries, thus NOPROFILE= is | Dale S. Rahn | |
not set anymore. The code is left for future architecures, If it is needed again. | |||
1998-07-05 | yet another typo | Todd T. Fries | |
1998-07-05 | Changes to support profiling on the powerpc port, startup code. | Dale S. Rahn | |
1998-07-04 | Changes to support profiling libraries for the powerpc port. | Dale S. Rahn | |
1998-07-04 | Profile support for powerpc port. Now profiling libraries and binaries | Dale S. Rahn | |
can be built. | |||
1998-07-04 | fix a typo | Todd T. Fries | |
1998-07-04 | network driver framework in place | Theo de Raadt | |
1998-07-04 | more typos | Todd C. Miller | |
1998-07-04 | typo; jon@oaktree.co.uk | Theo de Raadt | |
1998-07-04 | newsalt also takes ,rounds modifier. | Niels Provos | |
1998-07-04 | document the variable number of rounds for 'newsalt'. That name should | Niels Provos | |
probably be changed to something more fitting. | |||
1998-07-04 | enable variable number of rounds for extended crypt, this is the crypt | Niels Provos | |
variant used by BSDI, reminded of this fact by Solar Designer. | |||
1998-07-04 | put 224 route on default, to avoid a hostname lookup | Theo de Raadt | |
1998-07-04 | sync | Theo de Raadt | |
1998-07-04 | add new devices; kleink | Theo de Raadt | |
1998-07-04 | emulate shrinking in mremap(); boquist@cs.chalmers.se | Theo de Raadt | |
1998-07-04 | add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbage | Theo de Raadt | |
1998-07-04 | split dirname and basename man pages; add dirname | Theo de Raadt | |
1998-07-04 | split dirname and basename man pages | Theo de Raadt | |
1998-07-04 | map registers of the qec+be 100mbit card | Theo de Raadt | |