summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-10syncTheo de Raadt
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd 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-10Adjust comment now that number of ptys is dynamic.Todd C. Miller
2004-02-10Don't hard-code type for tty sysctls to CTLTYPE_QUAD; some values areTodd C. Miller
now int.
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
Thanks to miod@ for testing on many archs. ok deraadt@.
2004-02-10These files are out-of-date and not really relevant to the install.Tom Cosgrove
The latest versions are at http://www.ata-atapi.com/hiw.htm. Discussed with nick@ and jmc@. ok deraadt@.
2004-02-10Make debug_init void debug_init(void), like nearly all of the otherTom Cosgrove
functions that machdep() calls. ok deraadt@
2004-02-10Enable interrupts before halt when we error out. Allows use ofTom Cosgrove
Ctl-Alt-Del to reboot in case of failure. Much testing nick@; thanks. ok weingart@, deraadt@.
2004-02-10CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@Dale Rahn
2004-02-10correct function names, ok deraadt@Dale Rahn
2004-02-09print networks tooHenning Brauer
2004-02-09drain the list fluffierHenning Brauer
2004-02-09remove debugging printfMichael Shalayeff
2004-02-09repair cpu dmesg print a bitMichael Shalayeff
2004-02-09masks are only 32 bits on openbsdTheo de Raadt
2004-02-09do signal blocking before saving registersTheo de Raadt
2004-02-09point people to ex tutorial;Jason McIntyre
2004-02-09Enable lazy binding on arm:Dale Rahn
_dl_bind_start inspired by netbsd. changed a define to LD_ALLOW_WRITABLE_TEXT, should this be allowed? remove plt protect code, arm has a text PLT. relocate the got entries associated with the plt. perform got protect/unprotect for lazy binding updates.
2004-02-09install edit usd;Jason McIntyre
this has been updated/reworded to work as an ex tutorial; as usual, much help and patience (and ok) millert@
2004-02-09this is mixed sized eelf nlist version and thus cannot check sizes against ↵Michael Shalayeff
SIZE_T_MAX; deraadt@ ok
2004-02-09make Nm match Dt; found by pb@Jason McIntyre
some of this ok espie@, all of it ok deraadt@
2004-02-09- sort optionsJason McIntyre
- add calendar.french - tidy up FILES ok mickey@
2004-02-09typo;Jason McIntyre
ok mickey@
2004-02-09init 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-09Remove unused %r (recursive) format option. ok millert@Can Erkin Acar
2004-02-09help makewhatis produce correct entries.Marc Espie
okay deraadt@
2004-02-09duh. 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-09simpler ssl manpages, using --name=.Marc Espie
okay markus@
2004-02-09amd64 can build afs it looks likeTheo de Raadt
2004-02-09Use macros to reduce the amount of hand written asm. inspired by future amd64Dale Rahn
code. no functional change.
2004-02-09Add copyright to code where I forgot, thx wouter.Dale Rahn
2004-02-09preserve high word of return value like other archs doMichael Shalayeff
2004-02-09be accurate now that SunOS compat output does not exist in MAKEDEV; ok miod@Todd T. Fries
2004-02-09Repair "set loginterface". Don't flush stats on pfctl -e. pf_status.sinceCedric Berger
is the time of last "pf -e" or "pf -d". ok dhartmei@ henning@
2004-02-09Add arm support files for libpthread.Dale Rahn
2004-02-09punctuate variable; okay jmc@.Marc Espie
2004-02-09make sure errno gets declared for C++ as well.Marc Espie
okay millert@
2004-02-09syncTheo de Raadt
2004-02-09Mention shared libraries.Miod Vallat
2004-02-09use process.x86_64.STheo de Raadt
2004-02-09regsize must be 8 on amd64... surely...Theo de Raadt
2004-02-09Stub this out, copied from other archs with this stubbed out.Dale Rahn
2004-02-09Add cats to MANSUBDIRS, missed when cats was added to the top of the file.Dale Rahn
ok deraadt@
2004-02-09Proper PIC support in arm startup files.Dale Rahn
2004-02-09Corrected lib_specs for OPENBSD/arm shared libraries. copied from alpha.Dale Rahn
2004-02-09Add shared libraries for cats, some minor cleanup.Dale Rahn
2004-02-09Disable lazy binding until that feature is fixed.Dale Rahn
2004-02-09do not build AFS on arm, no process.arm.S file (yet)Dale Rahn
arm now has shared library support.
2004-02-09Do not compile libstdc++ with --enable-shared on NOPIC archs. ok espie@Dale Rahn