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