summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-12-28Small hack to pass out VM86 traps using a siginfo field.Jason Downs
(There is no other way in our kernel.) VM86 applications must use real sigaction handlers with SA_SIGINFO in order to get their traps.
1998-12-28document -DHugh Graham
1998-12-28carefully clear r->h, and avoid a panicTheo de Raadt
1998-12-28syncTheo de Raadt
1998-12-28merge tags for similar driversTheo de Raadt
1998-12-28handle driver/driver tagsHugh Graham
1998-12-28some cleanup, in preperation for a rewrite of the racy gutsTheo de Raadt
1998-12-28split database line up nicely; krw@tcn.netTheo de Raadt
1998-12-28crank PID_MAX to 99999Theo de Raadt
1998-12-28word fixes and additions; freebsdTheo de Raadt
1998-12-28kill reg #define, nothing uses it and it causes problems elswhere; ↵Todd C. Miller
jwise@unicast.com
1998-12-28don't dump core when invoked with no args; pavel_roskin@geocities.comTodd C. Miller
1998-12-28kernfs_sync needs to be nullop, not eopnotsupp for unmount to workTodd C. Miller
w/o MNT_FORCE.
1998-12-28add mtdphy (commented out for now)Jason Wright
1998-12-28Myson MTD972 driver.Jason Wright
1998-12-28syncTheo de Raadt
1998-12-28indentTheo de Raadt
1998-12-27non-working isapnp aha supportTheo de Raadt
1998-12-27ne* at isapnp?Theo de Raadt
1998-12-27syncTheo de Raadt
1998-12-27adaptec thingsTheo de Raadt
1998-12-27syncTheo de Raadt
1998-12-27new devicesTheo de Raadt
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
for machines low on interrupts. work by fgsch, and myself
1998-12-26Kill pcmcia media setting that is always overridden these days. Fix typo.Niklas Hallqvist
1998-12-26config.new disappeared a long time agoNiklas Hallqvist
1998-12-26make ip_id random but ensure that ids dont repeat for some period.Niels Provos
1998-12-25SyncThorsten Lockert
1998-12-25Another typoThorsten Lockert
1998-12-25SyncThorsten Lockert
1998-12-25Fix typo, shorten some namesThorsten Lockert
1998-12-25One more chipsetThorsten Lockert
1998-12-25SyncThorsten Lockert
1998-12-25Correct identifyer for chipThorsten Lockert
1998-12-25SyncThorsten Lockert
1998-12-25Add vendor and a cardThorsten Lockert
1998-12-24retreived -> retrievedAaron Campbell
1998-12-24in kernfs_statfs set f_flags to 0Todd C. Miller
1998-12-24syncJason Wright
1998-12-24myson mtd972Jason Wright
1998-12-23preserve FreeBSD identsDavid Leonard
1998-12-23typoDavid Leonard
1998-12-23funlockfile shouldnt assume flockfile has been calledDavid Leonard
1998-12-23rename linkage variable to match freebsdDavid Leonard
1998-12-23remove bogus CACHE_LINE_SIZEMichael Shalayeff
1998-12-23remove bogus gkd.hMichael Shalayeff
1998-12-23remove bogus commentsMichael Shalayeff
better inline for spl{hign,low} inline splx(), which is 5 insn long, and call would add 2-3 more, which is 50% loss (not that "small or none" as it was in those (see above) comments)
1998-12-23this is to shutup binutilsMichael Shalayeff
1998-12-23less files and options (;Michael Shalayeff
1998-12-23libc_r supportMichael Shalayeff