Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-28 | Add newline to the end of Makefile to unbreak non-uvm builds | Artur Grabowski | |
1999-10-28 | from niklas: Add -c -s and -k support, Create socket early to avoid race, | Markus Friedl | |
Don't let child access std{in,out,err} | |||
1999-10-28 | namedb moved from /etc to /var | Chris Cappuccio | |
1999-10-28 | clean up a global pointer/array reference for OF_buf. | Dale S. Rahn | |
fix typo someone made. | |||
1999-10-28 | Sync up with some piece of reality, start supporting powerpc again. | Dale S. Rahn | |
1999-10-28 | Add ip4.allow and etherip.allow entries. | Angelos D. Keromytis | |
1999-10-28 | net.inet.etherip.allow sysctl | Angelos D. Keromytis | |
1999-10-28 | Add etherip.allow sysctl node entry. | Angelos D. Keromytis | |
1999-10-28 | hush up the link up/down messages | Jason Wright | |
1999-10-28 | Add ip_ether.c | Angelos D. Keromytis | |
1999-10-28 | Add IPPROTO_ETHERIP in the protocol switch; comment out INET6 IPv4-IPv4 | Angelos D. Keromytis | |
handling that was re-using ipv4_input() instead of using ip4_input() from netinet/ip_ip4.c | |||
1999-10-28 | Add Ethernet-IP encapsulation handling. | Angelos D. Keromytis | |
1999-10-28 | Define IPPROTO_ETHERIP. | Angelos D. Keromytis | |
1999-10-27 | connect to agent before accepting input. ok niklas@ | Markus Friedl | |
1999-10-27 | ignore sigpipe, do not die if the client (ssh-add, ssh) dies, ok: niklas@ | Markus Friedl | |
1999-10-27 | Update man page for LMC1200 support | Chris Cappuccio | |
1999-10-27 | bugfixes from netbsd ata_wdc.c, ok csapuntz@ | Chris Cappuccio | |
from bouyer: - Add some debug printf (WDCPROBE) in _wdcreset_wait(), I've needed these 2 times in the past - Set up timeout per xfer instead of per interrupt. This helps with PIO transfer (we would call timeout()/untimout() several times for a transfer). - If we missed an interrupt for a PIO transfer, reset and restart it immedialy, don't try to recover and continue. If we missed an interrupt we may have lost a read/write cycle on the IDE bus. If this happens 1) we corrupt data and 2) we enter an interrupt loop at the end of the xfer, as the drive has some more data to read/write, but the host thinks the xfer is done. This last change fix the (or at last some of the) 'lookup after lost interrupt' some peoples have been experiencing. | |||
1999-10-27 | Use SIMPLEQ_XXX. | Federico G. Schwindt | |
1999-10-27 | fix for stupid binutils linker | Theo de Raadt | |
1999-10-27 | use libssl md5 routines | Theo de Raadt | |
1999-10-27 | move nat_ifdetach() after interface is removed from the list; ↵ | Theo de Raadt | |
avalon@coombs.anu.edu.au | |||
1999-10-27 | Actually make ASYNC pipes generate SIGIO. | Niklas Hallqvist | |
1999-10-27 | sync | Niklas Hallqvist | |
1999-10-27 | Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes. | Niklas Hallqvist | |
1999-10-27 | packets addressed "for us" should be entered into the bridge address cache. | Jason Wright | |
1999-10-27 | idea does not exist | Theo de Raadt | |
1999-10-27 | Calculation fix in progressmeter() for ETA > 1hr; pasto on my part. | Aaron Campbell | |
1999-10-27 | make kvtop() work on page unaligned addresses | Michael Shalayeff | |
1999-10-27 | do not pre-filter bpf packets; jason | Theo de Raadt | |
1999-10-26 | Support LMC1200 | Chris Cappuccio | |
Based on LMC's Linux code | |||
1999-10-26 | sync | Chris Cappuccio | |
1999-10-26 | add LMC1200 | Chris Cappuccio | |
1999-10-26 | siteXX.tar.gz set also choosable, starting next release; mho@stacken.kth.se | Theo de Raadt | |
1999-10-26 | repair multicast routing description block; op21@squish.org | Theo de Raadt | |
1999-10-26 | support missing tty flags; naddy@unix-ag.uni-kl.de | Theo de Raadt | |
1999-10-26 | indent | Theo de Raadt | |
1999-10-26 | do not -g -g | Theo de Raadt | |
1999-10-26 | more usefull debug messages and simplify channel alloc code | Markus Friedl | |
1999-10-26 | don't define original_real_uid twice | Markus Friedl | |
1999-10-26 | sync with latest libkeynote (include file changes only) | Angelos D. Keromytis | |
1999-10-26 | sync | Angelos D. Keromytis | |
1999-10-26 | document what's actually implemented (@srcdir -> @src) | Dug Song | |
1999-10-26 | modify bootapiver chekups to use bitwise operations. | Michael Shalayeff | |
factor out /boot options parser from biosattach(). add logic to warn about ancient /boots. cleanup vanishing cruft. @niklas ok | |||
1999-10-26 | Missed earlier: add PCI_HDRTYPE_TYPE macro, from NetBSD. | Jason Downs | |
1999-10-26 | higher the kmem limit; fix up the nmbclusters | Michael Shalayeff | |
1999-10-26 | Fix printing of interrupts with UVM. | Artur Grabowski | |
1999-10-26 | support UVM. (much code from NetBSD) | Artur Grabowski | |
1999-10-26 | Add puc devices. | Jason Downs | |
1999-10-26 | Add puc devices. | Jason Downs | |
1999-10-26 | Add com/pccom driver for puc. | Jason Downs | |