summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-29bring in some mods for apm1.2 proto;Michael Shalayeff
account for 16bit and 32bit code segments at different bases; leave interrupts enabled when calling apm bios; a few more debugging printfs (ifdef'ed appropriately).
2000-01-29get usage of memory maps supplied from /boot.Michael Shalayeff
gives two immidiate advances: memory holes support (two best known are 640k-1M and 15M-16M), and bizaare apm segments placements. /boot must be at least from 2.5 (well, some earlier might work too ;) also, allows usage of new libkvm.
2000-01-29* try to incite user NOT to build ports as root,Marc Espie
* make _target and _VAR explicitly off-limits, * remove instances of you, inappropriate for manpages, * turn some gibberish into a better approximation of english.
2000-01-29use alloca() instead of malloc, for vfork safetyTheo de Raadt
2000-01-29remove #if 0'ed portion (not necessary due to use of getaddrinfo)Jun-ichiro itojun Hagino
2000-01-29separate clock init, to be called upon resume from apm sleepsMichael Shalayeff
2000-01-29Updated flash and ipic device compatability with MC rev 0x01. zs mods to ↵Steve Murphree
work with LX style 162 boards.
2000-01-29repair busdma calls w/o cookiesMichael Shalayeff
2000-01-29syncTheo de Raadt
2000-01-28determine eisa motherboard id;Michael Shalayeff
add more daughter devices definitions; enable eisa bus arbitration;
2000-01-28Change fork1() from taking forktype and rforkflags, into a single flagsArtur Grabowski
argument. Let sys_rfork build the arguments to fork1() and do the sanity checks itself.
2000-01-28Change Apache config tools to not assume certain files are executable,Bob Beck
and thus allow us to build from cvs trees checked out read only. - basically ensure we call shell scripts by using ${SHELL} instead of ./. from leonard@csee.uq.edu.au Building diffs of this (And some other stuff in Makefile.tmpl) to send to slemko to see if apache will buy it back.
2000-01-28More apache 1.3.11 changesBob Beck
2000-01-28don't permit freeaddrinfo(NULL). now the behavior is consistentJun-ichiro itojun Hagino
across {free,net,open}bsd. both rfc2553 and X/Open spec are silent about the behavior, and there's no strong consensus either. i think library should NOT be forgiving in this case, to promote development of more robust 3rd-party codebase (code works on "freeaddrinfo(NULL) = SEGV" will work on "freeaddrinfo(NULL) is okay" environment, but not the other way around). only issue i have now is NRL freeaddrinfo() compatibility, which permits freeaddrinfo(NULL).
2000-01-28Remove perly.y so Configure doesn't think things are missing.Todd C. Miller
2000-01-28typo; marc@snafu.orgTheo de Raadt
2000-01-28Don't try to remove vnode_if.[ch] on clean.Federico G. Schwindt
2000-01-28Make this compiles. Remove vnode_if.h dependency. Add UVM support.Federico G. Schwindt
Thanks to ericj@ for his help and remember me this once again.
2000-01-28Prevent make from trying to build perly.y for good.Todd C. Miller
2000-01-281.6.2p1Todd C. Miller
2000-01-28syncTheo de Raadt
2000-01-27fake '-R' option for compatibility with aout ldconfig.Oleg Safiullin
2000-01-27Add `-R' option (rescan previously configured directories) support.Oleg Safiullin
Tested by espie@
2000-01-27er, oops, types must be same for multiple assignmentTheo de Raadt
2000-01-27remove bogus commentArtur Grabowski
2000-01-27deny login if shell does not exist or is not executable at allMarkus Friedl
make no-port-forwarding for RSA keys deny both -L and -R style fwding
2000-01-27reduce global symbol pollutionArtur Grabowski
2000-01-27Reflect current practice somewhat better.Marc Espie
2000-01-27No need to include sys/vmmeter.hArtur Grabowski
2000-01-27No prototypes and variables from this file are used in UVM. (ifdef)Artur Grabowski
2000-01-27Merge with EOM 1.13Niklas Hallqvist
author: ho Bugfix for IPSEC_ID_USER_FQDN from <<Jorgen.Granstam@abc.se>. Apply similar to the IPSEC_ID_FQDN case plus fix the log messages.
2000-01-27Merge with EOM 1.13Niklas Hallqvist
author: ho Bugfix. From <Jorgen.Granstam@abc.se>.
2000-01-27use {round,trunc}_page instead of manually doing the same thingArtur Grabowski
2000-01-27pmap_writetext - use getptep4m/setpgt and avoid one unnecessary table walkArtur Grabowski
2000-01-27It's amazing what you can find with some code reading.Artur Grabowski
In pv_unlink4m we check if the page that was uncached due to bad aliases can be cached again. The check was correct but instead of clearing this flag we clear all other flags except PV_ANC.
2000-01-27isa-avoidanceMichael Shalayeff
2000-01-27Merge with EOM 1.28Niklas Hallqvist
author: niklas -Wall friendly
2000-01-27Merge with EOM 1.27Niklas Hallqvist
author: niklas Fix cert ID hashing
2000-01-27avoid memory leakage on freeaddrinfo().Jun-ichiro itojun Hagino
(this bug was introduced since we mix KAME getaddrinfo and NRL freeaddrinfo).
2000-01-27Merge "old" and "new" ESP and AH in two files (one for each).Angelos D. Keromytis
Fix a couple of buglets with ingress flow deletion. tcpdump on enc0 should now show all outgoing packets *before* being processed, and all incoming packets *after* being processed. Good to be in Canada (land of the free commits).
2000-01-27Cheers from Canada (Montreal):Angelos D. Keromytis
Use the new ESP/AH flags for "old" ESP/AH.
2000-01-27Conform with the new changes with regards to new/old ESP/AHAngelos D. Keromytis
2000-01-27Take /usr/local/lib out of glibpth and libpth. Define locincpth andTodd C. Miller
loclibpth to be /usr/local/include and /usr/local/lib respectively. This allows third party modules to grab stuff from /usr/local/{lib,include} but perl itself doesn't search for things there during a build.
2000-01-27add IPv6 reverse lookup table for loopback (::1).Jun-ichiro itojun Hagino
XXX shares database file with IPv4 one (0.0.127.in-addr.arpa)
2000-01-27enable IPv6 support.Jun-ichiro itojun Hagino
2000-01-27make rshd and rlogind IPv6-ready.Jun-ichiro itojun Hagino
2000-01-27add IPv6-ready rcmd() friends.Jun-ichiro itojun Hagino
rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent
2000-01-27repair nroff botchTheo de Raadt
2000-01-27goof.Steve Murphree
2000-01-27Took out le* at 0xffffd200. It conflicts with GCSR on some boards.Steve Murphree