Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-21 | sync | Artur Grabowski | |
2001-01-21 | sync router renumbering flag bit to conform to 2292bis-02 and RR RFC. | Jun-ichiro itojun Hagino | |
sync with latest kame rtadvd (again). mostly cosmetic. | |||
2001-01-21 | do not intsall rtadvd.conf into /etc, it is not required to use it | Jun-ichiro itojun Hagino | |
(rtadvd will derive the configuration from kernel settings). make it clearer that rtadvd.conf is not necessary, in manpage. sync with kame. | |||
2001-01-21 | remove -R flag; ok markus@ | Jakob Schlyter | |
2001-01-21 | avoid memory leak. sync with kame | Jun-ichiro itojun Hagino | |
2001-01-21 | map and establish interrupts _after_ chip was initialized | Michael Shalayeff | |
and driver has allocated it's internal data structures. deraadt@ ok | |||
2001-01-21 | map and establish interrupt earlier in the attach routine, | Michael Shalayeff | |
instead of middle of the thread. behaviour remains the same. since interrupts are disabled in the controller until proper time this is safe to do this way. deraadt@ ok | |||
2001-01-20 | KNF; ok markus | Damien Miller | |
2001-01-20 | Check for NULL return from strdelim; ok markus | Damien Miller | |
2001-01-20 | do not loop forever if askpass does not exist; from ↵ | Markus Friedl | |
andrew@pimlott.ne.mediaone.net | |||
2001-01-20 | machine/alpha.h is only included in cpu.h and the name gives | Artur Grabowski | |
a collision in gcc build. merge alpha.h into cpu.h | |||
2001-01-20 | sync with 3.4.16. | Federico G. Schwindt | |
2001-01-20 | No need to include machine/alpha.h | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski | |
2001-01-20 | fix cut & pasto error from previous commit. | Federico G. Schwindt | |
2001-01-20 | if using serial console, do not apply graphics rows/cols to tty settings; ↵ | Theo de Raadt | |
joost@c-lab.de | |||
2001-01-20 | dh_new_group() does not return NULL. ok markus@ | Kevin Steves | |
2001-01-20 | fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com | Theo de Raadt | |
2001-01-20 | style(9) in example code. | Aaron Campbell | |
2001-01-20 | no options; from kennedyh@engin.umich.edu | Michael Shalayeff | |
2001-01-20 | typo | Markus Friedl | |
2001-01-20 | pass the filename to auth_parse_options() | Markus Friedl | |
2001-01-20 | Print the service name instead of the number if available. | Federico G. Schwindt | |
Similar to the problem found by millert@ (next thing to commit). | |||
2001-01-19 | validate gate targets; sommerfeld, mycroft | Theo de Raadt | |
2001-01-19 | as the rest of our systems, make the most common key return ^? not ^H; ↵ | Theo de Raadt | |
agreed with aaron | |||
2001-01-19 | alpha sync | Theo de Raadt | |
2001-01-19 | mark remaining signal races | Theo de Raadt | |
2001-01-19 | do _exit() in exit handler, if it is a signal | Theo de Raadt | |
2001-01-19 | mark remaining signal races which are difficult to fix, and fix a few partially | Theo de Raadt | |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt | |
2001-01-19 | clear and free digest, make consistent with other code (use dlen); from stevesk@ | Markus Friedl | |
2001-01-19 | fix typo; from stevesk@ | Markus Friedl | |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl | |
2001-01-19 | Again, increase the size. | Janne Johansson | |
2001-01-19 | only auth-chall.c needs #ifdef SKEY | Markus Friedl | |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino | |
have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument. pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest. 3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr * (almost noone is using it anyways). benefit: the follwoing command now works. previously we need two route(8) invocations, "add" then "change". # route add -inet6 default ::1 -ifp gif0 remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *. it was introduced by 4.3BSD-reno and never corrected. XXX is eon_rtrequest() change correct regarding to 3rd arg? eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno, so i do not have correct answer in the source code. someone with more clue about netiso-over-ip, please help. | |||
2001-01-19 | More fixes from Don Beusee: | Todd C. Miller | |
- edit and other interactive commands have no stdin (making the command completely broken). - messages with "From " line having date format with -0800 type of timezone are not recognized correctly. | |||
2001-01-19 | sync | Aaron Campbell | |
2001-01-19 | ATI All-In-Wonder Radeon | Aaron Campbell | |
2001-01-18 | Support more than 256MB of physical memory. | Dale Rahn | |
Other pieces of the kernel need to be reviewed that 256+MB does not cause other problems with the kernel accessing memory via user sr registers, instead of via the BAT registers. when in kernel context, segment registers 0-7 should _NOT_ have user mappings in them. | |||
2001-01-18 | Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com) | Angelos D. Keromytis | |
2001-01-18 | Only try VIA CLK66 bit code for VIA rev >= 6, | Chris Cappuccio | |
Only try UDMA on ALi rev >= 0x20 (as per Daniela Engert's ChipList.txt) After I fix a few more bugs I will re-enable the ALi code | |||
2001-01-18 | Remove some commented out stuff that will never be enabled. | Artur Grabowski | |
Remove eisa bus support because we are not including any eisa device support. I'm not sure if this will fit on a floppy yet. | |||
2001-01-18 | Remove errant line (pasto). | Todd C. Miller | |
2001-01-18 | Provide examples showing how to convert old code to use sigprocmask(2). | Todd C. Miller | |
2001-01-18 | rename *-skey.c *-chall.c since the files are not skey specific | Markus Friedl | |
2001-01-18 | 1) removes fake skey from sshd, since this will be much | Markus Friedl | |
harder with /usr/libexec/auth/login_XXX 2) share/unify code used in ssh-1 and ssh-2 authentication (server side) 3) make addition of BSD_AUTH and other challenge reponse methods easier. |