summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-04-02Oops, this should have been committed along with the SROM media block parsingAaron Campbell
2001-04-02syncNiklas Hallqvist
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-04-02ATA_POLL should have been AT_POLLConstantine Sapuntzakis
2001-04-02pool_get with PR_NOWAIT can fail. Handle that.Artur Grabowski
2001-04-02grammar; slade@shore.netTheo de Raadt
2001-04-02Satisfy boss.Marc Espie
2001-04-02Add padding and new field 'flags2' to struct scsi_inquiry_data,Kenneth R Westerback
2001-04-02correct comment; ok markus@Kevin Steves
2001-04-02typo; ok markus@Kevin Steves
2001-04-02Handle for newdepend.Marc Espie
2001-04-02style and fix cut & pasto from some previous commit.Federico G. Schwindt
2001-04-02+pkgMarc Espie
2001-04-02pkg command: perl frontend to pkg_{add,info,delete,create}, and hooksMarc Espie
2001-04-02More security fixes; check type before using it as tsptype index.Federico G. Schwindt
2001-04-02Fix security problem correctly; use >=, not >; mea culpa.Federico G. Schwindt
2001-04-02Use poll(2) instead of select(2).Federico G. Schwindt
2001-04-02Use strlcpy where possible.Federico G. Schwindt
2001-04-02Security fix; discard short packets.Federico G. Schwindt
2001-04-02syncTheo de Raadt
2001-04-02use a len in g_Ctoc, easier code; freebsdTheo de Raadt
2001-04-01Don't assume challenges and responses don't contain embedded '\0's.brian
2001-04-01Add a macro to initialize the contents of a vmcmd set.Artur Grabowski
2001-04-01if we have a secondary fontset loaded and itMichael Shalayeff
2001-04-01spelling.Hugh Graham
2001-04-01Braces and spaces.Hugh Graham
2001-04-01no longer install those nowTheo de Raadt
2001-04-01wscons rc files are not nicely MI clean, so when some nice diffs are shown ar...Theo de Raadt
2001-04-01Print KA48 or KA45 as appropriate. Someone with a 4000/vlc or 3100/{3,4}0Hugh Graham
2001-04-01Pick up a change from NetBSD:Hugh Graham
2001-04-01Call VAX_STYP_50 a MicroVAX 3100/85, even though this machine is KA55.Hugh Graham
2001-04-01Changes to initialize the cache on KA690 properly; from Lord Isildur.Hugh Graham
2001-04-01cleanup a littleMichael Shalayeff
2001-04-01remove a little debuggingMichael Shalayeff
2001-03-31Make this work again, this might be ugly, but it works; bad mickey.Federico G. Schwindt
2001-03-31Style, and let the kernel compile without option IPSEC.Angelos D. Keromytis
2001-03-31Log on short packets before discard'em; millert@ ok.Federico G. Schwindt
2001-03-31Fix -Wall warnings; millert@ ok.Federico G. Schwindt
2001-03-31Security fixes: check for short packets and bad types; from FreeBSD.Federico G. Schwindt
2001-03-31Add support for GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-31regenAaron Campbell
2001-03-31Recognize a GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-31Build SCSI tape eject devices. Spotted while testing beckish slag?Hugh Graham
2001-03-30ok, test wheather cyrixIII supports 3dnow before enabling itMichael Shalayeff
2001-03-30init started aen; from nbsdMichael Shalayeff
2001-03-30Be consistent when adjusting pkthdr.len; it doesn't matter currently,Angelos D. Keromytis
2001-03-30Protect the IF_XXX macros in the callback routines with splimp(). Doh!Angelos D. Keromytis
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
2001-03-30increase ierrors if m_pullup fails in vlan_input(); pointed out by chris@Jason Wright
2001-03-30Use stashed user_gid when checking against exempt gid since sudoTodd C. Miller