Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-09 | pull in KNF from SMP | Theo de Raadt | |
2004-06-09 | Fix IPv4 name->address translation. Addresses like "10.1000" will not be | Cedric Berger | |
accepted anymore, but constructs like "route add 10.1.2/24 <gw>" will finally do the right thing. ok millert@ | |||
2004-06-09 | Take better care of people down under living in X and a half hour | Otto Moerbeek | |
timezones. ok canacar@ | |||
2004-06-09 | Several potential security problems found and fixed by Stefan Esser & | Otto Moerbeek | |
Sebastian Krahmer. ok millert@ | |||
2004-06-09 | According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX | Todd C. Miller | |
should only be 255. You would think they would be the same but you'd be wrong. | |||
2004-06-09 | we trust the calibrated pentium_mhz more, so don't overwrite it unless | Ted Unangst | |
we know the cpu speed has changed. fixes pr3814 from mark pecaut. | |||
2004-06-09 | sync | Theo de Raadt | |
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson | |
2004-06-09 | move to a dynamically allocated struct pollfd array. | Henning Brauer | |
we used a ststic one with OPEN_MAX entries, which is a rather arbitary limit as OPEN_MAX is _not_ the max # of open fds we can have, but just a default for that setting. in the same move we have to allocate the peer_l array, basically there for pfd-index to peer pointers to prevent peer list scans all time, dynamiccaly to. we overallocate a little and use that reserve until we have to realloc again later to prevent reallocs for every single control connection or a single flapping peer. help & ok claudio | |||
2004-06-09 | only accept DELETEs during an authenticated INFORMATIONAL exchange. | Hans-Joerg Hoexer | |
Fix for recent problem disclosed by Thomas Walpuski. ok ho@ | |||
2004-06-09 | fix compilation for !I586_CPU case; ok grange@ | Damien Miller | |
2004-06-09 | More meaningful formulation of the __va_stk initialization in | Miod Vallat | |
__builtin_saveregs(); no functional change. | |||
2004-06-09 | Minor sync from the SMP branch. | Artur Grabowski | |
NVRAM_RESET_SOFT -> NVRAM_RESET_JUMP ok deraadt@ | |||
2004-06-09 | * Bring rdate's SNTP support into compliance with SNTPv4 (RFC 2030). | Alexander Guy | |
* More robust handling of NTP error conditions (e.g. host or service unreachable). * Improve the detection of stale and/or spoofed NTP responses from servers. * Add support for getaddrinfo(3)'s multiple host support if error conditions occur (e.g. round-robin DNS, and the first NTP server isn't responding, try the next host in line). * Minor formatting/code cleanup. ok henning@ | |||
2004-06-09 | correct mistake in usage(). Chris Pinnock | Jun-ichiro itojun Hagino | |
2004-06-08 | sync | Theo de Raadt | |
2004-06-08 | missing include; ok marc@. | Xavier Santolaria | |
2004-06-08 | always create a stack frame in cpu_switch() and put a stub | Michael Shalayeff | |
for doing page idle zeroing. store the kernele stack pointer into pcb instead of trapframe for debuggers doing stack traces; from kettenis@ | |||
2004-06-08 | Remove 'nmbuclust' setting of NMBCLUSTERS. They don't exist anymore. | Ryan Thomas McBride | |
ok millert@ | |||
2004-06-08 | Use cpuid_t whenever possible, rather than an angry combination of long | Miod Vallat | |
there and u_long elsewhere. ok marc@ deraadt@ | |||
2004-06-08 | factor out md5 code; ok+tests henning@, djm@, hshoexer@ | Markus Friedl | |
2004-06-08 | fix | Theo de Raadt | |
2004-06-08 | pull up cpuid_t define from smp branch. Kill alpha specific defininition | Marco S Hyman | |
of cpuid_t. OK art@ deraadt@ | |||
2004-06-08 | pull ncpus support from smp tree into main branch. | Marco S Hyman | |
remove alpha specific definition of ncpus. OK (and tested on alpha) deraadt@ | |||
2004-06-08 | No need to update runtime in cpu_switch. It's updated in mi_switch just | Artur Grabowski | |
after the return from cpu_switch. ok deraadt@ miod@ | |||
2004-06-08 | include err.h, from Jared Yanovich | Pedro Martelletto | |
2004-06-08 | add new flag and addresses for source-based routing. ok millert@ | Cedric Berger | |
2004-06-08 | fix a few memory leaks in error paths and one in the pftable path, | Henning Brauer | |
and simplyfy the prefix production error handling slightly from Mr. Memleak Terminator Patrick Latifi <pat@eyeo.org>, kickass! | |||
2004-06-08 | tweaks; | Jason McIntyre | |
2004-06-08 | sync | Theo de Raadt | |
2004-06-08 | some fluffy mongoose page as afar as there is a fluffy driver | Michael Shalayeff | |
2004-06-08 | ad a table of supported (and not that much) devices | Michael Shalayeff | |
2004-06-08 | Make umass CBI buffer handling consistant with BBB buffer handling by | Kenneth R Westerback | |
using sc->data_buffer (not sc->tranfer_data), in the actual data transfer operations. From NetBSD PR #25676. ok tdeval@ deraadt@ | |||
2004-06-07 | do not push ksh into stupid-random mode; leave it in arc4random() mode. | Theo de Raadt | |
oops. spotted by weerd@weirdnet.nl | |||
2004-06-07 | gotta love this one ... | Michael Shalayeff | |
2004-06-07 | Recognize hppa core files. | Mark Kettenis | |
ok mickey@, drahn@, deraadt@ | |||
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman | |
particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@ | |||
2004-06-07 | Correctly handle an unaligned long long parameter on stack in varargs functions; | Miod Vallat | |
makes some rare situations in the a.out ar working again. | |||
2004-06-07 | dig gpio ioctls | Michael Shalayeff | |
2004-06-07 | correct x11 sets sizes after second rebuild | Michael Shalayeff | |
2004-06-07 | enable dynamic perl; millert ok | Michael Shalayeff | |
MAKE SURE TO REBUILD LD.SO FIRST | |||
2004-06-07 | Allow -a to specify an alternative auth method, even if secure mode | Otto Moerbeek | |
is used. Only bail out if the user has no skey entry and requests secure mode without specifying an alternative auth method. ok hshoexer@ millert@ | |||
2004-06-07 | Use -a skey to use S/Key for initial authentication in normal mode. | Otto Moerbeek | |
ok hshoexer@ millert@ | |||
2004-06-07 | consistently refer to the authpf_users table; | Jason McIntyre | |
noticed by die tuere; ok beck@ | |||
2004-06-07 | clarify how tags are parsed; | Jason McIntyre | |
help from, tweaks, and ok's: dhartmei@ otto@ millert@ | |||
2004-06-07 | use the func args and not the key material to init a new plabel | Michael Shalayeff | |
2004-06-07 | fixup the dlsym() return to produce a callable address (plabel) and move one ↵ | Michael Shalayeff | |
comment closer to the code it talks about earlier; drahn@ ok | |||
2004-06-07 | debugging notify that dlopen() has finished as it was said when it had ↵ | Michael Shalayeff | |
started; drahn@ ok | |||
2004-06-07 | remove dud i2o link here, too; | Jason McIntyre | |
from dmitry bogdan; | |||
2004-06-07 | Make deletion of a few addresses much faster on big tables. ok claudio@ | Cedric Berger | |