Age | Commit message (Expand) | Author |
2001-02-12 | Remove debuging printf left by accident. | Artur Grabowski |
2001-02-12 | Remove duplicate definition of badaddr. | Artur Grabowski |
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree |
2001-02-12 | Check if softdep is enabled for this fs before calling softdep's | Federico G. Schwindt |
2001-02-12 | putting #error into an include file is totally wrong | Theo de Raadt |
2001-02-12 | One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm. | Dale Rahn |
2001-02-11 | $OpenBSD$ | Federico G. Schwindt |
2001-02-11 | Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only | Aaron Campbell |
2001-02-11 | Change MAXSCREEN to 12 so ttyC8-b can be used. Previous behavior | Federico G. Schwindt |
2001-02-11 | If IPSEC is defined but not CRYPTO, spit an error; angelos@ ok | Federico G. Schwindt |
2001-02-11 | Previously, when sendsig() set up the current process's context to run | Brandon Creighton |
2001-02-11 | Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus. | Hugh Graham |
2001-02-10 | When computing the value of an entry in the string table, don't | Todd C. Miller |
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff |
2001-02-10 | $OpenBSD$ | Federico G. Schwindt |
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ... | Niklas Hallqvist |
2001-02-09 | use correct FREE() do dispose sillyrename on fail; deraadt@ ok | Michael Shalayeff |
2001-02-09 | Tickle D0 power state so the cs4281 works after reboots from Windows 2000. | Aaron Campbell |
2001-02-09 | Add PCI Power Management Control Register definitions; from NetBSD. | Aaron Campbell |
2001-02-09 | check dev in cn_tab for sanity, better than pagefaulting | Michael Shalayeff |
2001-02-09 | Fix BPF support. | Angelos D. Keromytis |
2001-02-09 | Fix an uninitialized variable. | Aaron Campbell |
2001-02-09 | constify static data | Michael Shalayeff |
2001-02-09 | BOOT_CONFIG is already in conf/GENERIC and this includes it. | Artur Grabowski |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-09 | Bad aaron. Broke alpha. | Artur Grabowski |
2001-02-09 | Handle vr_encap() failure. From FreeBSD. | Aaron Campbell |
2001-02-09 | Sync with FreeBSD: | Aaron Campbell |
2001-02-09 | Add support for parsing the media blocks from the SROM on the 21143 adapters. | Aaron Campbell |
2001-02-09 | return error from soaccept() upwards. part of accept(2) fix against RST | Jun-ichiro itojun Hagino |
2001-02-08 | Capital punishment, just in case :-) | Niklas Hallqvist |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino |
2001-02-08 | Use <scsi/scsi_message.h> defines rather than homegrown ones. | Kenneth R Westerback |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino |
2001-02-08 | when chasing nd6_llinfo chain, make sure we do not touch dangling | Jun-ichiro itojun Hagino |
2001-02-08 | use timeout_xx() throughout sys/netinet6. sync with kame. | Jun-ichiro itojun Hagino |
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski |
2001-02-08 | Cause keypresses to reset the screen in case we are in scrollback (previously | Aaron Campbell |
2001-02-08 | kvtop() returns pa, not va | Michael Shalayeff |
2001-02-08 | do not print stuff when not verbose | Michael Shalayeff |
2001-02-07 | allow gif-less compile | Michael Shalayeff |
2001-02-07 | fix debug case; from Mike Pechkin <mpech@prosoft.org.lv> | Michael Shalayeff |
2001-02-07 | return ECONNABORTED, if the socket (tcp connection for example) | Jun-ichiro itojun Hagino |
2001-02-07 | turn off duplicated address detection when interface address gets deleted. | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-02-07 | We need to loose some weight. | Artur Grabowski |
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski |
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski |
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn |