Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-29 | bring 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-29 | get 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-29 | use alloca() instead of malloc, for vfork safety | Theo de Raadt | |
2000-01-29 | remove #if 0'ed portion (not necessary due to use of getaddrinfo) | Jun-ichiro itojun Hagino | |
2000-01-29 | separate clock init, to be called upon resume from apm sleeps | Michael Shalayeff | |
2000-01-29 | Updated flash and ipic device compatability with MC rev 0x01. zs mods to ↵ | Steve Murphree | |
work with LX style 162 boards. | |||
2000-01-29 | repair busdma calls w/o cookies | Michael Shalayeff | |
2000-01-29 | sync | Theo de Raadt | |
2000-01-28 | determine eisa motherboard id; | Michael Shalayeff | |
add more daughter devices definitions; enable eisa bus arbitration; | |||
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski | |
argument. Let sys_rfork build the arguments to fork1() and do the sanity checks itself. | |||
2000-01-28 | Change 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-28 | More apache 1.3.11 changes | Bob Beck | |
2000-01-28 | don't permit freeaddrinfo(NULL). now the behavior is consistent | Jun-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-28 | Remove perly.y so Configure doesn't think things are missing. | Todd C. Miller | |
2000-01-28 | typo; marc@snafu.org | Theo de Raadt | |
2000-01-28 | Don't try to remove vnode_if.[ch] on clean. | Federico G. Schwindt | |
2000-01-28 | Make 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-28 | Prevent make from trying to build perly.y for good. | Todd C. Miller | |
2000-01-28 | 1.6.2p1 | Todd C. Miller | |
2000-01-28 | sync | Theo de Raadt | |
2000-01-27 | fake '-R' option for compatibility with aout ldconfig. | Oleg Safiullin | |
2000-01-27 | Add `-R' option (rescan previously configured directories) support. | Oleg Safiullin | |
Tested by espie@ | |||
2000-01-27 | er, oops, types must be same for multiple assignment | Theo de Raadt | |
2000-01-27 | remove bogus comment | Artur Grabowski | |
2000-01-27 | deny login if shell does not exist or is not executable at all | Markus Friedl | |
make no-port-forwarding for RSA keys deny both -L and -R style fwding | |||
2000-01-27 | reduce global symbol pollution | Artur Grabowski | |
2000-01-27 | Reflect current practice somewhat better. | Marc Espie | |
2000-01-27 | No need to include sys/vmmeter.h | Artur Grabowski | |
2000-01-27 | No prototypes and variables from this file are used in UVM. (ifdef) | Artur Grabowski | |
2000-01-27 | Merge with EOM 1.13 | Niklas 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-27 | Merge with EOM 1.13 | Niklas Hallqvist | |
author: ho Bugfix. From <Jorgen.Granstam@abc.se>. | |||
2000-01-27 | use {round,trunc}_page instead of manually doing the same thing | Artur Grabowski | |
2000-01-27 | pmap_writetext - use getptep4m/setpgt and avoid one unnecessary table walk | Artur Grabowski | |
2000-01-27 | It'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-27 | isa-avoidance | Michael Shalayeff | |
2000-01-27 | Merge with EOM 1.28 | Niklas Hallqvist | |
author: niklas -Wall friendly | |||
2000-01-27 | Merge with EOM 1.27 | Niklas Hallqvist | |
author: niklas Fix cert ID hashing | |||
2000-01-27 | avoid memory leakage on freeaddrinfo(). | Jun-ichiro itojun Hagino | |
(this bug was introduced since we mix KAME getaddrinfo and NRL freeaddrinfo). | |||
2000-01-27 | Merge "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-27 | Cheers from Canada (Montreal): | Angelos D. Keromytis | |
Use the new ESP/AH flags for "old" ESP/AH. | |||
2000-01-27 | Conform with the new changes with regards to new/old ESP/AH | Angelos D. Keromytis | |
2000-01-27 | Take /usr/local/lib out of glibpth and libpth. Define locincpth and | Todd 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-27 | add 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-27 | enable IPv6 support. | Jun-ichiro itojun Hagino | |
2000-01-27 | make rshd and rlogind IPv6-ready. | Jun-ichiro itojun Hagino | |
2000-01-27 | add 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-27 | repair nroff botch | Theo de Raadt | |
2000-01-27 | goof. | Steve Murphree | |
2000-01-27 | Took out le* at 0xffffd200. It conflicts with GCSR on some boards. | Steve Murphree | |