Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-01 | no need for strtok_r; binkert@vssad.hlo.dec.com | Theo de Raadt | |
1999-12-01 | easier to read client code for passwd and skey auth | Markus Friedl | |
1999-12-01 | turn of checkhostip for proxy connects, since we don't know the remote ip | Markus Friedl | |
1999-12-01 | ports are u_short | Markus Friedl | |
1999-12-01 | noone needs to see this anymore | Theo de Raadt | |
1999-12-01 | friendly towards uvm on i386, until it gets fixed; got it from art | Theo de Raadt | |
1999-12-01 | Move initialization of ttyline to be after the fork() so that when | Todd C. Miller | |
we are in daemon mode it contains the pid of the child, not the parent. This fixes utmp/wtmp updates in daemon mode. | |||
1999-11-30 | Remove duplicate #include. | Aaron Campbell | |
1999-11-30 | Remove duplicate #include's. | Aaron Campbell | |
1999-11-30 | Recognizes comments while parsing macros arguments, as every other | Marc Espie | |
m4 implementation does (including DEC/OSF, Solaris, HP/UX, Aix, and gnu-m4). Checked with millert@. | |||
1999-11-30 | Clean up comment/quote recognition a little bit: | Marc Espie | |
- use strlcpy to make clear that the strings are line terminated, - remove the number of magic constants, - use assert() for preconditions, - use puts instead of looping over array of chars... | |||
1999-11-30 | Fix the "append" keyword to work as it should (looks like it was a | Angelos D. Keromytis | |
cut-n-paste of "prepend") | |||
1999-11-30 | initial /etc files | Michael Shalayeff | |
1999-11-30 | sync | Theo de Raadt | |
1999-11-30 | Using mkstemp to create permanent files is possible, but then | Marc Espie | |
the file mode needs tweaking to look like normal file creation. Approved by millert@, noticed by my students at Epita. Thanks guys ! | |||
1999-11-30 | mention in the media selection section that NE2000 cards based on RealTek | Brad Smith | |
chipsets have support for software-based media selection; from NetBSD | |||
1999-11-30 | Typo. From je@interact.se | Hakan Olsson | |
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | UVM support (how could I miss this?). From jason@ | Artur Grabowski | |
1999-11-30 | Put the "faulting in a pt page map ..." printf behind #ifdef DEBUG. | Artur Grabowski | |
1999-11-30 | garbage collect thread-specific data | David Leonard | |
1999-11-30 | clean up the poll fdsets in the garbage collector, not in exit() | David Leonard | |
1999-11-30 | set state of new threads using correct macro. This makes debugging a bit easier. | David Leonard | |
1999-11-30 | more KNF and cleanup | Jason Wright | |
1999-11-30 | really remove all other threads when fork()ing. (bug was in removing ↵ | David Leonard | |
elements from a list whilest walking it) | |||
1999-11-30 | KNF and cleanup | Jason Wright | |
1999-11-30 | make test a little bit more stressful | David Leonard | |
1999-11-30 | set the ulimit a little higher for test_preemption | David Leonard | |
1999-11-30 | enable test_select and test_poll | David Leonard | |
1999-11-30 | fix include list; dogcow@redback.com | Theo de Raadt | |
1999-11-30 | test poll() | David Leonard | |
1999-11-29 | add devel/glib and www/squid to the TODO check list | Brad Smith | |
1999-11-29 | add net/mrtd to the TODO check list, chris@dqc.org | David Leonard | |
1999-11-29 | back out TAILQ_FOREACH - not portable, deraadt@ | David Leonard | |
1999-11-29 | use TAILQ_FOREACH, ok mickey@ | David Leonard | |
1999-11-29 | revents already cleared; d | Theo de Raadt | |
1999-11-29 | version 1.11.3 | David Leonard | |
1999-11-29 | When restarting a STOR, open with "r+", not "w" so we don't truncate. | Todd C. Miller | |
Based on a patch from rmooney@iss.net; closed PR #993 | |||
1999-11-29 | handle invalid file descriptors in poll more carefully; d | Theo de Raadt | |
1999-11-29 | Make sure M_BCAST is set for IP broadcasts, even if the packet came in as | Hakan Olsson | |
an ethernet unicast. (cmetz@, niklas@ ok.) | |||
1999-11-29 | sync | Theo de Raadt | |
1999-11-29 | Move definitions of bool, TRUE, and FALSE out from behind a comment | Todd C. Miller | |
stating that they are only for backward compatibility--they are not. | |||
1999-11-29 | Kill BOOLEAN, just use the curses/c++ bool type instead. | Todd C. Miller | |
1999-11-29 | Make this actually compile; doesn't anyone do a test build after making | Jason Downs | |
changes anymore? | |||
1999-11-28 | Add recognition support for powerbook, it is reported to work with | Dale S. Rahn | |
ethernet and disk now. | |||
1999-11-28 | Make the default system type to be APPL for these kernels. probably | Dale S. Rahn | |
will cause them to fail in an interesting way if they are booted on non apple machine, but temporarily remove the requirement to put the model names in a table. Workaround until the model/compatibility recognition is done better. | |||
1999-11-28 | Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpc | Dale S. Rahn | |
is set to 256MB and this prevented OpenBSD from booting on machine with more than ~128MB, 196MB machines would fail to boot very early. | |||
1999-11-28 | #ifdef BROKEN_LINKER -> #if BROKEN_LINKER | Todd C. Miller | |
1999-11-28 | #ifdef BROKEN_LINKER -> #if BROKEN_LINKER | Todd C. Miller | |