summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-12-17Streamline and use feature bits for determining whether or not to run theJason Downs
1997-12-17I586_CPU -> I586_CPU || I686_CPUJason Downs
1997-12-17New CPU detection code, from NetBSD, with some machdep changes from myself.Jason Downs
1997-12-17improve F_FREESP; now it might workTheo de Raadt
1997-12-17first cut at F_FREESP; does ibcs2 need this too? This really needs testing!Theo de Raadt
1997-12-16evaluate length before doing compat stuff which might overwrite theNiels Provos
1997-12-16Added #ifndef RE_DUP_MAX around the macro definition; CVS ended upAngelos D. Keromytis
1997-12-15fix for route change crash; from freebsdTheo de Raadt
1997-12-15compile w/ DEBUGMichael Shalayeff
1997-12-14support IP_HDRINCLTheo de Raadt
1997-12-12Make compile on systems where NBPG is not a constantNiklas Hallqvist
1997-12-12Fixed spelling in a comment.gene
1997-12-12permit non-root to use RTM_GET, but no other calls; netbsdTheo de Raadt
1997-12-12careful about redefining TRUE and FALSETheo de Raadt
1997-12-12fix non-i386 caseTheo de Raadt
1997-12-11Fix rename in a better wayConstantine Sapuntzakis
1997-12-11do not clear setuid/setgid for *chmod(-1,-1); pointed out by provosTheo de Raadt
1997-12-11oops -- local change leaked out (but it doesn't hurt anything)Jim Rees
1997-12-11Earlier patch broke rename. Disalbed it temporarily as I search for a solution.Constantine Sapuntzakis
1997-12-11don't panic in apmopen if apm not configuredJim Rees
1997-12-10move error count to xfer structJim Rees
1997-12-10Compute blkno in ata_start routine instead of wdstartJim Rees
1997-12-10Fix three bugs:Jim Rees
1997-12-10extra ()Theo de Raadt
1997-12-10Remove special case for O_TRUNC that is irelevant now thatTodd C. Miller
1997-12-10try again; proactively check that O_TRUNC has FWRITETheo de Raadt
1997-12-10only permit O_TRUNC if FWRITE is set; chatted about by millert and myself for...Theo de Raadt
1997-12-10emulate set controlling tty ioctlNiels Provos
1997-12-10add GIFMETRIC and GIFMTUNiels Provos
1997-12-10syncTheo de Raadt
1997-12-10nanosleep emulationTheo de Raadt
1997-12-10Fix for chuck cranor's crashme program.Constantine Sapuntzakis
1997-12-10emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yetTheo de Raadt
1997-12-10insert forgotten copyright + handle eject ioctl.Niels Provos
1997-12-09syncTheo de Raadt
1997-12-09eolTheo de Raadt
1997-12-09fix O_TRUNC and O_{SH,EX}LOCK properly; problem found by provosTheo de Raadt
1997-12-09when downgrading a filesystem to read-only, use softdep_flushfiles; mckusickTheo de Raadt
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-12-08add kern.nosuidcoredump to lock things out even moreTheo de Raadt
1997-12-07handle linux cdrom ioctls. not that i play quake that often but it wasNiels Provos
1997-12-06goodbye TIMEZONE and DSTkstailey
1997-12-05argh. this darn little bugger made CDIOCREADSUBCHANNEL unuseable, thisNiels Provos
1997-12-04vfs lite2 changes things...Theo de Raadt
1997-12-03Move "struct head header" in struct ncb down to where it used toTodd C. Miller
1997-12-03DST changekstailey
1997-12-03Prevent IPF and NAT configuration changes when securelevel > 1.kstailey
1997-12-03fix printfs in apm_power_printJim Rees
1997-12-02forgot to commit this too.Todd C. Miller
1997-12-02Fix deadlock in cd9660 code. NetBSD PR#2262Constantine Sapuntzakis