Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-19 | promise 20268r and 20269 pci ids; from Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff | |
2001-12-19 | fix race between SIGCHLD and select with an additional pipe. writing | Markus Friedl | |
to the pipe on SIGCHLD wakes up select(). using pselect() is not portable and siglongjmp() ugly. W. R. Stevens suggests similar solution. initial idea by pmenage@ensim.com; ok deraadt@, djm@ | |||
2001-12-19 | handle utsname.nodename case for FamilyLocal X authorization; ok markus@ | Kevin Steves | |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-12-19 | Introduce brdtyp and change what cputyp means. | Steve Murphree | |
2001-12-19 | board.h overhaul. split definitions by arch. | Steve Murphree | |
2001-12-19 | unbreak mickey commit; make vra work after resume. previous commit | Niels Provos | |
was based on jcs@openbsd yds changed btw. | |||
2001-12-19 | cleanup | Theo de Raadt | |
2001-12-19 | bus switch name shortened. Added register definitons and functionality. | Steve Murphree | |
2001-12-19 | csh maketars -> csh -f maketars | Oleg Safiullin | |
ok millert@ | |||
2001-12-19 | More sync. | Federico G. Schwindt | |
2001-12-18 | NRL license cleaning | Theo de Raadt | |
2001-12-18 | correctly deal w/ ext_ctrl in powerhook | Michael Shalayeff | |
2001-12-18 | powerhook for auich; based on jason's changed for yds; okay mickey@ | Niels Provos | |
2001-12-18 | fix Cisco ISL VLAN protocol URL | Brad Smith | |
2001-12-18 | bigger delay in mute; from Maxim V. Tsyplakov <tm@oganer.net> | Michael Shalayeff | |
2001-12-18 | fix an #include path, from Peter Valchev <pvalchev@sightly.net> | Michael Shalayeff | |
2001-12-18 | Recognize newer uni-n chips. | Dale Rahn | |
2001-12-18 | sync | Dale Rahn | |
2001-12-18 | Add names for devices on newer G4 boxes. | Dale Rahn | |
2001-12-18 | We need to adjust where "dot" points when we realloc(message). | Todd C. Miller | |
Problem found by Mike Heffner of the FreeBSD project. | |||
2001-12-18 | Delay Debugger(). Noticed by NetBSD. | Hugh Graham | |
2001-12-18 | log fingerprint on successful public key authentication, simplify usage of ↵ | Jakob Schlyter | |
key structs; ok markus@ | |||
2001-12-18 | log fingerprint on successful public key authentication; ok markus@ | Jakob Schlyter | |
2001-12-18 | remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@ | Jakob Schlyter | |
2001-12-18 | sigh, do it right. | Federico G. Schwindt | |
2001-12-18 | Fix func decl. in comment. | Federico G. Schwindt | |
2001-12-18 | Allow the scheduler to return to the signal handler and the signal | Marco S Hyman | |
handler to return instead of calling sigreturn directly. This works around an apparent bug in sparc sigreturn handling. ok fgs@ and noone else has bitched | |||
2001-12-18 | Software invoked traps should use the ST_ versions of the trap number | Marco S Hyman | |
with the high bit of the trap number stripped per the V8 arch manual. The stack alignment code was broken. It tried to align to a 32 byte boundary (only 8 byte boundary is required) by first adding 15 bytes then masking. It could have aligned down. The minimum frame size was twice the size needed by allocating 8 bytes per saved value instead of the needed 4. This bug offset the bug in the stack alignment code. | |||
2001-12-18 | another errno save situation | Theo de Raadt | |
2001-12-18 | Don't use sigprocmask() in signal handlers when we can just set the | Todd C. Miller | |
mask to be what we want with sigaction. Pointed out by Yar Tikhiy. | |||
2001-12-18 | Update rt_ifp in DIOCCHANGERULE. | jasoni | |
- noticed by DJ Gregor <gregor.7@osu.edu> | |||
2001-12-17 | Initialize variable before use. ok fgs@ | Thomas Nordin | |
2001-12-17 | Add missing sigaction() call from last commit | Todd C. Miller | |
2001-12-17 | fix memory leak associated with compiled BPF program, sync'd from ↵ | Dug Song | |
tcpdump.org. ok itojun@ | |||
2001-12-17 | sync | Theo de Raadt | |
2001-12-17 | be more accurate in enabling variable rate bits | Michael Shalayeff | |
2001-12-17 | Grrr. Unbreak. | Mike Pechkin | |
2001-12-17 | OpenBSD tag, explicit public domain notice | Marco S Hyman | |
2001-12-17 | Comment out abtn, since it is the cause of the function key crashes | Dale Rahn | |
on powerbook/ibook machines. It currently doesn't work anyway. Pointed out by Alexander Guy. | |||
2001-12-17 | Move the process_read_reg prototype to the correct file, it is specified | Dale Rahn | |
in ptrace.h, not in md header files. Protect vector functions/variables with _KERNEL. | |||
2001-12-17 | sigreturn test program | Marco S Hyman | |
2001-12-17 | and of course, since the tree is so volatile now, i mess it up | Theo de Raadt | |
2001-12-17 | move more microcode, so that it does not end up in /usr/include | Theo de Raadt | |
2001-12-17 | Check for monotonic user and system time. | Thomas Nordin | |
2001-12-17 | Decrease splvm() level to the splimp() level. | Miod Vallat | |
2001-12-17 | Use actual files for short versions of /etc/protocols and | Kenneth R Westerback | |
/etc/services used during installations. This way it is not necessary to run the install script before using commands requiring these files. Requested by deraadt@. | |||
2001-12-17 | a few more manuals | Theo de Raadt | |
2001-12-16 | Revert the mvme88k to 20011212. Recent changes had not been merged correctly, | Miod Vallat | |
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly. |