Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat | |
than switching early. | |||
2004-02-11 | make mss signed; avoids large mss if ifp==NULL; ok itojun@ | Markus Friedl | |
2004-02-11 | Defining __HAVE_DEVICE_REGISTER and an empty device_register() function is | Miod Vallat | |
just plain silly; remove them. ok drahn@ | |||
2004-02-11 | Remove duplicates with <sys/conf.h>; ok drahn@ | Miod Vallat | |
2004-02-11 | Return ENOTTY on unhandled ioctls; ok drahn@ | Miod Vallat | |
2004-02-11 | permit installboot to at least compile... remove some crud | Theo de Raadt | |
2004-02-10 | KNF | Daniel Hartmeier | |
2004-02-10 | Decrease the initial number of ptys from 64 to 16. If the systems | Todd C. Miller | |
needs more it will allocate them on demand. OK deraadt@ beck@ | |||
2004-02-10 | Fix off-by-one wrt TTY_LETTERS and minor being out of bounds. Missed | Todd C. Miller | |
when I fixed the other TTY_LETTERS/TTY_SUFFIX off-by-ones. | |||
2004-02-10 | plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric, | Jun-ichiro itojun Hagino | |
dhartmei ok | |||
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
help and ok hshoexer@ | |||
2004-02-10 | Add flags field to the sensor structure and an only flag SENSOR_FINVALID | Alexander Yurchenko | |
which allows to drop information from broken, unwired, disabled, etc sensors. ok hshoexer@ | |||
2004-02-10 | KNF | Henning Brauer | |
2004-02-10 | Relocation types, used by ld.so | Dale Rahn | |
2004-02-10 | Check for the device existence in cnprobe() as done in match(), to be sure | Miod Vallat | |
we don't try to attach a phantom console. It seems that some late 187 models do not have cl0 at the expected address... | |||
2004-02-10 | check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN and | Markus Friedl | |
avoid magic constants; ok henning@ | |||
2004-02-10 | Fix cnprobe() and cninit() prototypes. | Miod Vallat | |
Also, provide a better test for bugtty attachment. | |||
2004-02-10 | Make pfsync work correctly with IP options on 64-bit alignment | Ryan Thomas McBride | |
sensitive CPUs. Pointed out by deraadt@. | |||
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
2004-02-10 | Adjust comment now that number of ptys is dynamic. | Todd C. Miller | |
2004-02-10 | Dynamically allocate space for ptys; adapted from NetBSD by beck@ | Todd C. Miller | |
2004-02-10 | Allow /boot to load read-only data segments in ELF kernels. | Tom Cosgrove | |
Thanks to miod@ for testing on many archs. ok deraadt@. | |||
2004-02-10 | Make debug_init void debug_init(void), like nearly all of the other | Tom Cosgrove | |
functions that machdep() calls. ok deraadt@ | |||
2004-02-10 | Enable interrupts before halt when we error out. Allows use of | Tom Cosgrove | |
Ctl-Alt-Del to reboot in case of failure. Much testing nick@; thanks. ok weingart@, deraadt@. | |||
2004-02-09 | remove debugging printf | Michael Shalayeff | |
2004-02-09 | repair cpu dmesg print a bit | Michael Shalayeff | |
2004-02-09 | this is mixed sized eelf nlist version and thus cannot check sizes against ↵ | Michael Shalayeff | |
SIZE_T_MAX; deraadt@ ok | |||
2004-02-09 | init the clock before autoconf start for delay() to be truly usable; i moved ↵ | Michael Shalayeff | |
it to after while debugging clocks in the early days | |||
2004-02-09 | duh. there are two syscall entry points and both have to preserve rdx. also ↵ | Michael Shalayeff | |
make sure child process gets 1 in rdx as libc expects | |||
2004-02-09 | preserve high word of return value like other archs do | Michael Shalayeff | |
2004-02-09 | Repair "set loginterface". Don't flush stats on pfctl -e. pf_status.since | Cedric Berger | |
is the time of last "pf -e" or "pf -d". ok dhartmei@ henning@ | |||
2004-02-08 | Remove unused files. | Alexander Yurchenko | |
ok tdeval@ millert@ drahn@ | |||
2004-02-08 | for the via c3 use software aes keys, thereby permitting 192 and 256. | Theo de Raadt | |
this also speed things up substantially. ipsec tested by markus | |||
2004-02-08 | if_detach_rtdelete(): abort and restart rn_walktree() if a cloning route | Markus Friedl | |
gets deleted; fixes pr 3649; ok henning, deraadt, dhartmei | |||
2004-02-08 | minimum CPPFLAGS | Theo de Raadt | |
2004-02-08 | Fix kernel panic which occurs under very high load: | Ryan Thomas McBride | |
- Make sure we calculate the correct maximum size for PFSYNC_ACT_UREQ. - Make pfsync_sendout() return immediately if there is nothing to send. | |||
2004-02-08 | ignore RAMDISK_CD too | Theo de Raadt | |
2004-02-08 | better one; from mickey | Theo de Raadt | |
2004-02-08 | ramdisk; from mickey | Theo de Raadt | |
2004-02-08 | correct ramdisk support | Theo de Raadt | |
2004-02-08 | save kernel space; full unroll is not needed; from freebsd | Theo de Raadt | |
2004-02-08 | Pull in a few recent changes from FreeBSD, plus a couple of local | Kenneth R Westerback | |
tweaks. ok deraadt@. | |||
2004-02-08 | restored & repaired wcookie support; kettenis@chello.nl | Theo de Raadt | |
2004-02-07 | If scsi_probe_bus() is called with a particular lun, ensure that lun 0 | Kenneth R Westerback | |
information is available to make the new lun validation logic work. i.e. don't find phantom luns just because the user asks about them. Also ensure the lun value given does not exceed the maximum valid lun for a bus, rather than assuming the maximum valid lun is 7. ok tdeval@ deraadt@. | |||
2004-02-07 | permit entry into arch/cats and arch/amd64 | Theo de Raadt | |
2004-02-07 | Always disable interrupts on a controller for polled commands. | Alexander Yurchenko | |
This solves a long standing problem with hangs during attaching scsibus at atapiscsi on some i386 machines. Help in debugging the problem pval@. Testing pval@, deraadt@, david@ and me on several machines. ok costa@ tdeval@ pb@ deraadt@ | |||
2004-02-07 | Final bits to make IT8212F working: | Alexander Yurchenko | |
- don't touch bus speed register; - don't try to setup the chip in compat mode, it's native always; - disable cable check, it works only in cpu firmware mode. Testing Aubert Guillaume <aubertguillaume@wanadoo.fr> | |||
2004-02-07 | Add a few more sensors types like in NetBSD. Not used for now. | Alexander Yurchenko | |
2004-02-07 | Be sure to flag pte constants as UL, and cope with this in locore. | Miod Vallat | |
ok deraadt@ |