summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-02-11Remove duplicates with <sys/conf.h>; ok drahn@Miod Vallat
2004-02-11Return ENOTTY on unhandled ioctls; ok drahn@Miod Vallat
2004-02-11permit installboot to at least compile... remove some crudTheo de Raadt
2004-02-10KNFDaniel Hartmeier
2004-02-10Decrease the initial number of ptys from 64 to 16. If the systemsTodd C. Miller
2004-02-10Fix off-by-one wrt TTY_LETTERS and minor being out of bounds. MissedTodd C. Miller
2004-02-10plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric,Jun-ichiro itojun Hagino
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
2004-02-10Add flags field to the sensor structure and an only flag SENSOR_FINVALIDAlexander Yurchenko
2004-02-10KNFHenning Brauer
2004-02-10Relocation types, used by ld.soDale Rahn
2004-02-10Check for the device existence in cnprobe() as done in match(), to be sureMiod Vallat
2004-02-10check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN andMarkus Friedl
2004-02-10Fix cnprobe() and cninit() prototypes.Miod Vallat
2004-02-10Make pfsync work correctly with IP options on 64-bit alignmentRyan Thomas McBride
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-02-10Adjust comment now that number of ptys is dynamic.Todd C. Miller
2004-02-10Dynamically allocate space for ptys; adapted from NetBSD by beck@Todd C. Miller
2004-02-10Allow /boot to load read-only data segments in ELF kernels.Tom Cosgrove
2004-02-10Make debug_init void debug_init(void), like nearly all of the otherTom Cosgrove
2004-02-10Enable interrupts before halt when we error out. Allows use ofTom Cosgrove
2004-02-09remove debugging printfMichael Shalayeff
2004-02-09repair cpu dmesg print a bitMichael Shalayeff
2004-02-09this is mixed sized eelf nlist version and thus cannot check sizes against SI...Michael Shalayeff
2004-02-09init the clock before autoconf start for delay() to be truly usable; i moved ...Michael Shalayeff
2004-02-09duh. there are two syscall entry points and both have to preserve rdx. also m...Michael Shalayeff
2004-02-09preserve high word of return value like other archs doMichael Shalayeff
2004-02-09Repair "set loginterface". Don't flush stats on pfctl -e. pf_status.sinceCedric Berger
2004-02-08Remove unused files.Alexander Yurchenko
2004-02-08for the via c3 use software aes keys, thereby permitting 192 and 256.Theo de Raadt
2004-02-08if_detach_rtdelete(): abort and restart rn_walktree() if a cloning routeMarkus Friedl
2004-02-08minimum CPPFLAGSTheo de Raadt
2004-02-08Fix kernel panic which occurs under very high load:Ryan Thomas McBride
2004-02-08ignore RAMDISK_CD tooTheo de Raadt
2004-02-08better one; from mickeyTheo de Raadt
2004-02-08ramdisk; from mickeyTheo de Raadt
2004-02-08correct ramdisk supportTheo de Raadt
2004-02-08save kernel space; full unroll is not needed; from freebsdTheo de Raadt
2004-02-08Pull in a few recent changes from FreeBSD, plus a couple of localKenneth R Westerback
2004-02-08restored & repaired wcookie support; kettenis@chello.nlTheo de Raadt
2004-02-07If scsi_probe_bus() is called with a particular lun, ensure that lun 0Kenneth R Westerback
2004-02-07permit entry into arch/cats and arch/amd64Theo de Raadt
2004-02-07Always disable interrupts on a controller for polled commands.Alexander Yurchenko
2004-02-07Final bits to make IT8212F working:Alexander Yurchenko
2004-02-07Add a few more sensors types like in NetBSD. Not used for now.Alexander Yurchenko
2004-02-07Be sure to flag pte constants as UL, and cope with this in locore.Miod Vallat
2004-02-07pass correct argument count to ktrsyscall(); now ktrace & kdump workTheo de Raadt
2004-02-07syncTheo de Raadt
2004-02-07new fxp; cmetzTheo de Raadt