Age | Commit message (Expand) | Author |
2001-03-02 | Casting magic to avoid warnings on alpha. | Artur Grabowski |
2001-03-02 | remove date string from KAME version identification, it is getting meaningless | Jun-ichiro itojun Hagino |
2001-03-02 | Fix isp_print_qentry to print all four lines- it's been broken for months. | mjacob |
2001-03-02 | Support video controllers which have two outputs which in openfirmware have | Dale Rahn |
2001-03-01 | Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this by | Aaron Campbell |
2001-03-01 | Fix (or a least hack around) console configuration changes to wscons. | Dale Rahn |
2001-03-01 | Fix compilation problems caused by last update | Constantine Sapuntzakis |
2001-03-01 | sync | Niels Provos |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2001-03-01 | Typo police: various misspelling, capitalizations, etc. | Kenneth R Westerback |
2001-03-01 | (all changes made behind #ifdef __vax__) | Brandon Creighton |
2001-03-01 | Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the | Aaron Campbell |
2001-03-01 | pull in ctype.h, since <poll.h> and <sys/poll.h> have to be useable alone; pr... | Theo de Raadt |
2001-02-28 | shorter thus better printings | Michael Shalayeff |
2001-02-28 | Get rid of VHOLD, replace with buf_replacevnode. | Constantine Sapuntzakis |
2001-02-28 | proper bang placement | Michael Shalayeff |
2001-02-28 | double the fixed storage size for io*_ex; deraadt@ ok | Michael Shalayeff |
2001-02-28 | Add ability to get display width in bytes for display memory, this | Dale Rahn |
2001-02-28 | better print due to theo's suggestion | Michael Shalayeff |
2001-02-28 | make compile; update for pci, cardbus, usb, pcmcia | Todd T. Fries |
2001-02-28 | do not blindely bus_space_ma the vga bios, | Michael Shalayeff |
2001-02-28 | scan the isa hole for `optional rom's. | Michael Shalayeff |
2001-02-28 | Pretty. | Angelos D. Keromytis |
2001-02-28 | Handle failures more gracefully. | Angelos D. Keromytis |
2001-02-28 | Keep the last packet sent or received that matched an SPD entry, and | Angelos D. Keromytis |
2001-02-28 | If net.inet.ipip.allow is set to 2, don't check for loopback address | Angelos D. Keromytis |
2001-02-27 | crank NKMEMCLUSTERS fron 4MB to 32MB. | Artur Grabowski |
2001-02-27 | Move buf_undirty and tbp flags manipulation back before calling the | Constantine Sapuntzakis |
2001-02-27 | Remove superfluous printf in Angelos last commit | Niklas Hallqvist |
2001-02-27 | Cosmetic fixes. | Artur Grabowski |
2001-02-27 | Move a brelse to after the last access to bp->b_data. | Artur Grabowski |
2001-02-27 | art@ found a race in getnewbuf. bawrite can block so we need to restart | Constantine Sapuntzakis |
2001-02-27 | Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes | Constantine Sapuntzakis |
2001-02-27 | Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_N... | Artur Grabowski |
2001-02-27 | Half support for this D-Link DFE-650 model that has completely different | Federico G. Schwindt |
2001-02-27 | Always fully reset the card on an_init() | Thorsten Lockert |
2001-02-27 | Sync with anreg.h -- this should be redone to not duplicate information... | Thorsten Lockert |
2001-02-27 | Garbage collect unused flag | Thorsten Lockert |
2001-02-26 | fix tlbd_l for a new register usage convention | Michael Shalayeff |
2001-02-26 | Fix copyright; ericj@ | Aaron Campbell |
2001-02-26 | Move #define STATIC | Constantine Sapuntzakis |
2001-02-26 | Fix a couple panics caused by not freeing locks at the right times. | Constantine Sapuntzakis |
2001-02-26 | regen | Artur Grabowski |
2001-02-26 | Since VLOCKSWORK is only set when LOCKDEBUG is defined, | Artur Grabowski |
2001-02-26 | Since netbsd_sys_fdatasync is the same code as sys_fsync, we | Artur Grabowski |
2001-02-26 | regen | Artur Grabowski |
2001-02-26 | Indentation nit in the generated code. | Artur Grabowski |
2001-02-26 | adapt to new softupdates changes. | Artur Grabowski |
2001-02-26 | Sigh. unstatic the simplelock to make this compile without LOCKDEBUG. | Artur Grabowski |
2001-02-26 | Initialize the simple lock properly. | Artur Grabowski |