Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-06 | add ums and wsmux | Jason Wright | |
2002-01-06 | Do not allow root to login via an insecure tty even if the auth method | Todd C. Miller | |
does not use plaintext passwords due to the possibility of connection hijacking. This restores the pre-3.0 behavior and closes PR 2299. | |||
2002-01-06 | -x needs read-write access for DIOCSETDEBUG ioctl | Daniel Hartmeier | |
2002-01-06 | Don't let root change it's password via login_l?chpass(8). | Todd C. Miller | |
At some point in the future, passwd(1) may call these auth methods at which time we will need a flag to allow root to do a password change and also to allow account w/o a password to be given one. | |||
2002-01-06 | That was no fix, that broke things. If the pte entry is currently found | Dale Rahn | |
in the po lists, it will NOT have the PTE_VALID bit set. Thus valid mappings could be ignored if enough mappings existed for that PTEG pair. This explains the bus_dma panics. | |||
2002-01-06 | pte_spill() is executed on a special stack in real mode (vm not enabled). | Dale Rahn | |
It is not valid to call pool_put() from that context. If called from that context, put the freed item on one of two lists (race safe), poalloc() will attempt to fetch from there, and pofree() will clean up if called from a normal context. | |||
2002-01-06 | Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn't | Jason Wright | |
appear to). | |||
2002-01-05 | Sync with reality: make mj2 a trusted user and add 'C' (nocanonify) | Todd C. Miller | |
flag to MSA for fast message injection. | |||
2002-01-05 | some missing and misplaced periods | Kevin Steves | |
2002-01-05 | Documentation update. Adapted from NetBSD. | Thierry Deval | |
2002-01-05 | mark signal races | Theo de Raadt | |
2002-01-05 | fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff) | Markus Friedl | |
bug #36, based on patch from djast@cs.toronto.edu | |||
2002-01-05 | support detach, from netbsd | Michael Shalayeff | |
2002-01-05 | Avoid using an uninitialized variable. dhartmei@ ok | Thomas Nordin | |
2002-01-04 | Document some. | Artur Grabowski | |
2002-01-04 | Use [eid]cache-size to determine cache sizes and fall back to (?cache-nlines ↵ | Jason Wright | |
* ?cache-linesize) if it fails (from NetBSD). | |||
2002-01-04 | Fix byte order: 0x55AA -> 0xAA55 | Kjell Wooding | |
2002-01-04 | system calls are made thru _thread_sys_* with weak symbols of the real name | Dale Rahn | |
pointing to the _thread_sys_ version. ok pval, fgs | |||
2002-01-04 | sync to reality. | Kjell Wooding | |
Note that the NT serial number is now whacked with an update, or -u Fix signature in example. Explicitly state the MBR signature (0xAA55) | |||
2002-01-04 | add 600x read for 744 rev < 2 - from netbsd | Eric Jackson | |
cleanup dmesg output | |||
2002-01-04 | Add handling for cmap get/put (mostly from sparc) | Jason Wright | |
2002-01-04 | protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and | Kevin Steves | |
/etc/ssh_host_dsa_key like we have in sshd_config. ok markus@ | |||
2002-01-04 | remove #ifdef _PATH_XAUTH/#endif; ok markus@ | Kevin Steves | |
2002-01-04 | regen | Michael Shalayeff | |
2002-01-04 | no wires needed and their/isil wlans; from Maurice Nonnekes <maurice@amaze.nl> | Michael Shalayeff | |
2002-01-04 | use An/Aq for the name/email and xr radio(9) too | Michael Shalayeff | |
2002-01-04 | sync | Todd T. Fries | |
2002-01-04 | add wsdisp | Todd T. Fries | |
2002-01-04 | add ttyC for wscons as wsdisp | Todd T. Fries | |
2002-01-04 | Align the pointers when splitting up a mallocated area. | Artur Grabowski | |
Cures alignment faults on alpha and sparc64. OK: niklas@ ericj@ millert@ | |||
2002-01-04 | ericsson now | Michael Shalayeff | |
2002-01-04 | match on ericsson wlan; from lha@stacken.kth.se, pr 2295 | Michael Shalayeff | |
2002-01-04 | regen | Michael Shalayeff | |
2002-01-04 | Socket Communications Low Power WLAN; from netbsd | Michael Shalayeff | |
2002-01-04 | ericsson wlan, from lha@stacken.kth.se | Michael Shalayeff | |
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski | |
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski | |
2002-01-04 | correct comment: USB scanners aren't generic devices | Jason Wright | |
2002-01-04 | sync; this is like pcidevs .. unlike the last commit, commit separately for | Todd T. Fries | |
versioning to be imported properly | |||
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski | |
2002-01-04 | +wsmouse | Todd T. Fries | |
2002-01-04 | update from Vladimir Popov <jumbo@narod.ru> and some from me | Michael Shalayeff | |
2002-01-04 | oops, move cdev_decls to conf.h | Jason Wright | |
2002-01-04 | sync | Todd T. Fries | |
2002-01-04 | enable usb | Todd T. Fries | |
2002-01-04 | add usb scanners | Todd T. Fries | |
2002-01-04 | add the full suite of USB devices: usb, uhid, ugen, ulpt, urio, ucom, uscanner | Jason Wright | |
2002-01-04 | another patch; sams@moo.cus.org.uk | Theo de Raadt | |
2002-01-04 | better english; sams@sebastian.ath.cx | Theo de Raadt | |
2002-01-04 | Let's start by making the stack pointer 64 bit and nobody will get hurt. | Artur Grabowski | |