summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-10make Nm match Dt;Jason McIntyre
improve Nd as suggested by millert@
2004-02-10Add flags field to the sensor structure and an only flag SENSOR_FINVALIDAlexander Yurchenko
which allows to drop information from broken, unwired, disabled, etc sensors. ok hshoexer@
2004-02-10misleading regexp -> patternMarc Espie
2004-02-10harder check in picky mode: find the page AND verify it is the same.Marc Espie
Prompted by jmc@. Stop at first isolated dash in line. Handle more troff hyphenation. okay millert@, jmc@
2004-02-10KNFHenning Brauer
2004-02-10lotsoflotsoflotsof KNFHenning Brauer
and an off by one
2004-02-10force jump tables into .text for they get screwed in .rodata for -fpic; ↵Michael Shalayeff
espie@ ok
2004-02-10add MLINKS for 64-bit functions in byteorder(3);Jason McIntyre
passes miod's "make sure it doesn't break libc or libpthread" test;
2004-02-10KNFHenning Brauer
2004-02-10fix at leats the worst of Cedric "KNF is for everybody but me" Berger's fuckupHenning Brauer
2004-02-10syncTheo de Raadt
2004-02-10Make this work. will figure out what this should be later.Dale Rahn
2004-02-10Fix PIC cerror. ok miod@ mickey@Dale Rahn
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10Fix/enable lazy binding on amd64 ld.soDale Rahn
2004-02-10fix copyrightsMichael Shalayeff
2004-02-10fflush(stdout). kame pr 584Jun-ichiro itojun Hagino
2004-02-10Disable lazy binding for now.Dale Rahn
2004-02-10make Nm match Dt;Jason McIntyre
passed back to kerberos people;
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10sync with reloc.h change.Dale Rahn
2004-02-10Relocation types, used by ld.soDale Rahn
2004-02-10AMD64 dynamic linker. initial work by mickey finished up by myself.Dale Rahn
lazy binding not working yet. problem exists with gcc and -fpic jump tables. ok mickey@
2004-02-10Check for RTLD_TEXT_PLT define instead of an architecture specific check.Dale Rahn
2004-02-10explain the behaviour with TCP_MD5SIG on listening socketsHenning Brauer
with markus and jmc
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10remove bt reference;Jason McIntyre
ok miod@
2004-02-10make Dt and Nm match the name of this page;Jason McIntyre
discussed with miod@ also remove obsolete Xr;
2004-02-10at startup, before sending several DHCPDISCOVER and waiting ages for answers,Henning Brauer
check the link state of the interface(s) in question and don't try on intrfaces that for sure have no link. interfaces with unknown linkstates are treated as if they had a link, not all drivers are capable of reporting linkstate upstream, and for some media there is no such thing as a link state. saves quite sme time when booting notebooks configured for dhcp without teh cable inserted... note that this is the not yet active copy of dhclient ok grange@ mcbride@ pb@ naddy@
2004-02-10upper case id;Jason McIntyre
from Mathias K. Straede (PR 3680);
2004-02-10ap_server_strip_chroot() is void not int, found by otto while playing withHenning Brauer
a etoh diff
2004-02-10Check for the device existence in cnprobe() as done in match(), to be sureMiod 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-10check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN andMarkus Friedl
avoid magic constants; ok henning@
2004-02-10Fix cnprobe() and cninit() prototypes.Miod Vallat
Also, provide a better test for bugtty attachment.
2004-02-10new kernel reports enabled & disabled time - use that info.Cedric Berger
ok henning@ mcbride@
2004-02-10Make pfsync work correctly with IP options on 64-bit alignmentRyan Thomas McBride
sensitive CPUs. Pointed out by deraadt@.
2004-02-10Unbreak -h <hostname>; from FreeBSD. ok deraadt@Otto Moerbeek
2004-02-10slight sync with header;Jason McIntyre
ok otto@
2004-02-10- sort optionsJason McIntyre
- simplify SYNOPSIS - note that files are copied, not moved (from couderc@)
2004-02-10tidy Makefiles;Jason McIntyre
ok deraadt@
2004-02-10Tell user to run pstat -t to get kern.tty.ttyinfo if they explicitlyTodd C. Miller
ask for it, else just ignore it. This is consistent with sysctl behavior and other entries of type CTLTYPE_STRUCT.
2004-02-10regen properlyMichael Shalayeff
2004-02-10XXX: build ksh -O0 for now, since it makes it a whole lot more stable.Theo de Raadt
we'll figure out what the bug is later, or maybe some of the other fixes going in will fix it..
2004-02-10Clean-up logic, support -$ on gcc2, nothing on gcc3.Marc Espie
Add -notraditional to help the transition into not -trad land. ok deraadt@
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@.