Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | Untested busification of this driver done years ago. | Niklas Hallqvist | |
Noone ever answered my call for testers so here it goes.. helps ne problems as ne at 0x300 gets a bit whacked by eg's probe | |||
2000-06-05 | document UseLogin better | Markus Friedl | |
2000-06-05 | allow use_login only for login sessions, otherwise remote commands are ↵ | Markus Friedl | |
execed with uid==0 | |||
2000-06-05 | m68k asm knows about m68030-m68060 already, no need for upgrade, the | Marc Espie | |
documentation was lacking, so pass options through. (Prompted by Lars Hecking, ok niklas@) | |||
2000-06-05 | Need defines for UVM on 68k. | Artur Grabowski | |
2000-06-05 | Need to include files.mii due to latest elink3 changes. | Artur Grabowski | |
2000-06-05 | No need to use curproc here. We already know who we are. | Artur Grabowski | |
2000-06-05 | Update to sudo 1.6.3p4 | Todd C. Miller | |
2000-06-05 | Err, make it splclock(9), so it's more clear to the reader. | Aaron Campbell | |
2000-06-05 | Xr spl(9) | Aaron Campbell | |
2000-06-05 | correct option parser typo. -f, not -b. | Jun-ichiro itojun Hagino | |
2000-06-05 | Adjust for the reaper. | Artur Grabowski | |
2000-06-05 | Argh. forgot this when committing the reaper stuff. | Artur Grabowski | |
2000-06-05 | sync | Theo de Raadt | |
2000-06-05 | Changes to exit handling. | Artur Grabowski | |
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD | |||
2000-06-05 | fix datasheet url | Chris Cappuccio | |
2000-06-05 | Various fixes. | Artur Grabowski | |
From millert@ | |||
2000-06-04 | Handle the case where the last line of input does not contain a newline; issue | Aaron Campbell | |
reported by marc@snafu.org. The main thing here is we use fgetln() instead of fgets(), also giving us the advantage of being able to handle lines of unlimited length. Some -Wall and other fixes from millert@ as well. | |||
2000-06-04 | Fix one-byte overflow; millert@ ok | Aaron Campbell | |
2000-06-04 | Don't exit just because we couldn't get the default label... | Todd C. Miller | |
2000-06-04 | Add 'D' and 'z' commands to editor to use the default partition and | Todd C. Miller | |
to zero out the partition table respectively. | |||
2000-06-04 | Only scroll up if we've hit the bottom of the scrolling region, not if we're | Aaron Campbell | |
beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions. | |||
2000-06-04 | fix typo preapared -> prepared | Kenneth R Westerback | |
2000-06-04 | better indent for easier searching | Theo de Raadt | |
2000-06-04 | nuke non-standard include files (has been #error only for a long time | Jun-ichiro itojun Hagino | |
so there should be no sideeffect) | |||
2000-06-03 | correct documented return value | Eric Jackson | |
2000-06-03 | Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from | Todd C. Miller | |
complaining "Can't ignore signal CHLD, forcing to default". Setting SIGCHLD to SIG_IGN means "don't provide exit status for my children" on some OSes which is not what we want--we just don't want to catch SIGCHLD since our parent does that for us. | |||
2000-06-03 | sync with latest kame doc. pcb issues and net interface issues are updated | Jun-ichiro itojun Hagino | |
2000-06-03 | deep-copy ip6 header on ip6_mloopback, to avoid overwriting cluster mbuf. | Jun-ichiro itojun Hagino | |
correct frag header append operation. some cosmetic (like do {} while (0) to multiline macro) (sync with kame) | |||
2000-06-03 | do not bark even if forwarding to loopback, since it is common | Jun-ichiro itojun Hagino | |
to route packet to be rejected/dropped to loopback. (sync with kame) | |||
2000-06-03 | Move everything to where is supposed to be (reg definitions, etc). | Jason Wright | |
Add some of the skip logic. | |||
2000-06-03 | correctly handle ctlinput messages for IPv6. | Jun-ichiro itojun Hagino | |
2000-06-03 | remove fxp_ether_ioctl(), and move it's processing to fxp_ioctl(). | Jason Wright | |
2000-06-02 | squeeze basic framework into place. process generates SIMPLEQ of requests, | Theo de Raadt | |
they get fed in, irq recovers old one, feeds new one in, callback schreds and calls back to crypto(9)... mac result buffers and packet offsets need work. | |||
2000-06-02 | callback is always static | Theo de Raadt | |
2000-06-02 | Explicitly state that newsyslog does not send a HUP to syslogd if | Todd C. Miller | |
you tell it to run a command for the log file. | |||
2000-06-02 | rework interrupt handling completely, and be more careful with the CD180 | Jason Wright | |
during channel configuration changes. | |||
2000-06-02 | vlan was consuming all vlan frames before they had a chance to be bridged. | Jason Wright | |
Change the order of operations to be: ether_input() -> bridge_input() -> vlan_input() Also, only process vlan frames that are unicast for us or bcast/mcast. | |||
2000-06-02 | make sure we are writing to the correct page; fixes a subtle bug which | Brandon Creighton | |
was breaking CE2 -- niklas says this fixes all sorts of other stuff too also, use my real name in copyright notice | |||
2000-06-02 | teach protocol v2 to count login failures properly and also enable an | Todd T. Fries | |
explanation of why the password prompt comes up again like v1; this is NOT crypto | |||
2000-06-02 | On input if the packet matches one of the member interface MAC addresses, | Jason Wright | |
set the receiving interface to be that interface for further processing; thanks to dorcula@uncool.org for reporting and testing. | |||
2000-06-01 | Add missing -n flag to getresp; noted by maurice@ivo.ig.net | Todd C. Miller | |
2000-06-01 | Oops, errors in the abstract example (vassilip@dsl.cis.upenn.edu) | Angelos D. Keromytis | |
2000-06-01 | Fix the German's comment typos. | Angelos D. Keromytis | |
2000-06-01 | Should learn how to count... | Angelos D. Keromytis | |
2000-06-01 | Check for invalid TDBs right away in the callbacks. | Angelos D. Keromytis | |
2000-06-01 | Oops, remove bogus comment. | Angelos D. Keromytis | |
2000-06-01 | Beautify a little bit. | Angelos D. Keromytis | |
2000-06-01 | Use the cached entry for security requirements from the inp. | Angelos D. Keromytis | |