Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
improve Nd as suggested by millert@ | |||
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 | misleading regexp -> pattern | Marc Espie | |
2004-02-10 | harder 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-10 | KNF | Henning Brauer | |
2004-02-10 | lotsoflotsoflotsof KNF | Henning Brauer | |
and an off by one | |||
2004-02-10 | force jump tables into .text for they get screwed in .rodata for -fpic; ↵ | Michael Shalayeff | |
espie@ ok | |||
2004-02-10 | add 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-10 | KNF | Henning Brauer | |
2004-02-10 | fix at leats the worst of Cedric "KNF is for everybody but me" Berger's fuckup | Henning Brauer | |
2004-02-10 | sync | Theo de Raadt | |
2004-02-10 | Make this work. will figure out what this should be later. | Dale Rahn | |
2004-02-10 | Fix PIC cerror. ok miod@ mickey@ | Dale Rahn | |
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
2004-02-10 | Fix/enable lazy binding on amd64 ld.so | Dale Rahn | |
2004-02-10 | fix copyrights | Michael Shalayeff | |
2004-02-10 | fflush(stdout). kame pr 584 | Jun-ichiro itojun Hagino | |
2004-02-10 | Disable lazy binding for now. | Dale Rahn | |
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
passed back to kerberos people; | |||
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
2004-02-10 | sync with reloc.h change. | Dale Rahn | |
2004-02-10 | Relocation types, used by ld.so | Dale Rahn | |
2004-02-10 | AMD64 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-10 | Check for RTLD_TEXT_PLT define instead of an architecture specific check. | Dale Rahn | |
2004-02-10 | explain the behaviour with TCP_MD5SIG on listening sockets | Henning Brauer | |
with markus and jmc | |||
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
2004-02-10 | remove bt reference; | Jason McIntyre | |
ok miod@ | |||
2004-02-10 | make Dt and Nm match the name of this page; | Jason McIntyre | |
discussed with miod@ also remove obsolete Xr; | |||
2004-02-10 | at 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-10 | upper case id; | Jason McIntyre | |
from Mathias K. Straede (PR 3680); | |||
2004-02-10 | ap_server_strip_chroot() is void not int, found by otto while playing with | Henning Brauer | |
a etoh diff | |||
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 | new kernel reports enabled & disabled time - use that info. | Cedric Berger | |
ok henning@ mcbride@ | |||
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 | Unbreak -h <hostname>; from FreeBSD. ok deraadt@ | Otto Moerbeek | |
2004-02-10 | slight sync with header; | Jason McIntyre | |
ok otto@ | |||
2004-02-10 | - sort options | Jason McIntyre | |
- simplify SYNOPSIS - note that files are copied, not moved (from couderc@) | |||
2004-02-10 | tidy Makefiles; | Jason McIntyre | |
ok deraadt@ | |||
2004-02-10 | Tell user to run pstat -t to get kern.tty.ttyinfo if they explicitly | Todd C. Miller | |
ask for it, else just ignore it. This is consistent with sysctl behavior and other entries of type CTLTYPE_STRUCT. | |||
2004-02-10 | regen properly | Michael Shalayeff | |
2004-02-10 | XXX: 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-10 | Clean-up logic, support -$ on gcc2, nothing on gcc3. | Marc Espie | |
Add -notraditional to help the transition into not -trad land. ok deraadt@ | |||
2004-02-10 | sync | Theo de Raadt | |
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 | Don't hard-code type for tty sysctls to CTLTYPE_QUAD; some values are | Todd C. Miller | |
now int. | |||
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@. |