Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-20 | In crypto_thread(), always save return value from splimp(). We were only | Aaron Campbell | |
storing it once on kernel startup. Scary. "holy crap" --deraadt. art@ ok Unclear if this was actually a problem in practice, but this doesn't hurt. | |||
2004-06-20 | bye bye gdiff(1)... | Xavier Santolaria | |
2004-06-20 | regen | Damien Couderc | |
2004-06-20 | add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200. | Damien Couderc | |
2004-06-20 | Init per-cpu spc_runtime before diving into the scheduler. From NetBSD. | Aaron Campbell | |
Fixes bogus process runtimes (I happened to notice it with USB kernel threads) as shown in ps and top. niklas@, deraadt@ ok | |||
2004-06-20 | mention new -n flag | Damien Miller | |
2004-06-20 | Some more regressions, mostly involving no eol at end of file. t4 | Otto Moerbeek | |
and t13 currenlty fail, but this will be fixed real soon now. | |||
2004-06-20 | skip over multipath routes | Henning Brauer | |
maybe one day we come up with a good reason for bgpd to use multipath routes, but for now it doesn't make any sense - bgpd inserts the "best" path fr a prefix, there's no point in inserting more than one. one is always the "best" one by bgp metrics. with claudio | |||
2004-06-20 | mention new -l option, some nitpicks | Pedro Martelletto | |
mdoc tutoring and ok jfb@ | |||
2004-06-20 | make "ls -l" listings print user/group names, add "ls -n" to show uid/gid | Damien Miller | |
(like /bin/ls); idea & ok markus@ | |||
2004-06-20 | Implement -I option: ignore changes matching a set of regexes. From | Otto Moerbeek | |
Jared Yanovich, with twists from millert@ and me. Testing by brad@, sturm@ and pval@. ok millert@ | |||
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer | |
more than once | |||
2004-06-20 | Documentation updates for zx(4) on sparc64. | Miod Vallat | |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino | |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat | |
2004-06-20 | allow for receival of up to 16 fds at once; after discussion with theo | Henning Brauer | |
2004-06-20 | make vnconfig use the new VNDIOCGET ioctl to retrieve information about | Pedro Martelletto | |
the status of vnode disks, ok millert@ | |||
2004-06-20 | argh, don't want to shutdown the socket in the parent after sending, | Henning Brauer | |
just plain close | |||
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto | |
2004-06-20 | - do not use __attribute__((volatile)) as its a synonym for __dead nowadays | Anil Madhavapeddy | |
- bad format string "\%s" -> "%s" in print-ike.c fixes parsing using CIL, discussed with millert@ niklas@ | |||
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer | |
it to let the main process to prepare new listening sockets (socket() and bind()) on behalf of the session engine, which of course cannot bind() to ports < 1024 any more once it dropped privileges. with some help from theo, claudio ok | |||
2004-06-20 | add bounds check for src pointer in bcopy(3) as well as dest pointer, | Anil Madhavapeddy | |
noticed by millert@ | |||
2004-06-20 | $OpenBSD$, ok niklas@ | Pedro Martelletto | |
2004-06-20 | remove timeout_*() again; ok brad@ | Markus Friedl | |
2004-06-20 | message_parse_payloads should accept payloads in the private range. | Hakan Olsson | |
While here, also cleanup some messages. | |||
2004-06-20 | The pseudo-device keyword takes only one count as an argument. | Aaron Campbell | |
2004-06-20 | filter passed env vars at slave in connection sharing case; ok markus@ | Damien Miller | |
2004-06-20 | boundary-check memcpy and friends. henning ok | Jun-ichiro itojun Hagino | |
2004-06-20 | goodbye TUBA. deraadt ok | Jun-ichiro itojun Hagino | |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson | |
payloads in the private range, such as the pre-RFC NAT-D/NAT-OA. Replace TAILQ_FIRST(&msg->payload[i]) instances with function calls. | |||
2004-06-20 | Fix some comment typos I noticed while reading this code. | Aaron Campbell | |
2004-06-20 | fix the "option dhcp-client-identifier" hex example | Henning Brauer | |
From: Marco Munari <mar@i.am> in PR3824 | |||
2004-06-20 | Do not go on if the -C option caused a failed chdir. ok millert@ henning@ | Niklas Hallqvist | |
2004-06-20 | NAT-Traversal for isakmpd. Work in progress... | Hakan Olsson | |
hshoexer@ ok. | |||
2004-06-20 | A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706 | Hakan Olsson | |
2004-06-20 | Some vendors send the last Aggressive Mode message unencrypted, which we | Hakan Olsson | |
should accept. Problem noted by alex at vbone.net. hshoexer@ ok. | |||
2004-06-20 | To make debugging the unprivileged child process easier, make 'isakmpd -dd' | Hakan Olsson | |
pause just after privsep; print the PIDs and wait for SIGCONT. hshoexer@ ok | |||
2004-06-20 | nope, tree breakage in libpthread. too tough to run a make build? | Theo de Raadt | |
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski | |
proc.h in cpu.h on __HAVE_CPU_INFO architectures. cpu.h is usually included in param.h. This also removes the horrible kludge with ifdef SYS_PROC_H in sched.h by simply converting the inline functions into macros. With a few suggestions from nordin@ deraadt@ ok | |||
2004-06-20 | pop3 over tcp6 | Jun-ichiro itojun Hagino | |
2004-06-20 | make popa3d (inetd mode) address family neutral (= IPv6 support). | Jun-ichiro itojun Hagino | |
from popa3d patch by kame | |||
2004-06-20 | If all default sets have been successfully installed, make [done] the | Kenneth R Westerback | |
default answer to 'Where are the install sets?'. Requested by various, most recently Henning and Theo. | |||
2004-06-20 | Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible. | Miod Vallat | |
ok deraadt@ | |||
2004-06-20 | It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+ok | Aaron Campbell | |
2004-06-20 | Another merge error from smp branch. | Artur Grabowski | |
Found by otto@drijf.net deraadt@ ok | |||
2004-06-20 | Merge error in smp merge. It's a miracle that people haven't noticed the | Artur Grabowski | |
scheduling errors on non-i386 yet. deraadt@ aaron@ ok | |||
2004-06-20 | ICE with gcc3/propolice -O on macppc fixes: | Hiroaki Etoh | |
- INSN_CODE and LOG_LINKS attributes should be copied from the first insn of splitted insns. ok pvalchev@ and sturm@ | |||
2004-06-20 | Fix description of the cpuid keyword. The current wording is misleading since | Aaron Campbell | |
the CPU ID *can* be 0 on SMP systems (meaning the first processor). miod@ ok | |||
2004-06-20 | Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two places | Artur Grabowski | |
in malloc_debug. Also, add an assert-like function to sprinkle in code you're debugging at the moment. Those asserts are _not_ supposed to be ever comitted, just use them while debugging. beck@ ok | |||
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck | |
input queues when using dhcp and hostap wi, or xl, or fxp.... ok art@ |