Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-13 | Don't need rd here... | Jason Downs | |
1999-06-13 | Shrink... | Jason Downs | |
1999-06-13 | Remove old junk. | Jason Downs | |
1999-06-12 | Fix typo in netatalk startup | Angelos D. Keromytis | |
1999-06-12 | hppa_init() now takes an argument from locore, | Michael Shalayeff | |
meaning the start of available memory. cleanup machdep somewhat. fix vm_map.pmap vs vm_pmap isue; 10x art@ | |||
1999-06-12 | cleanup leftovers | Michael Shalayeff | |
1999-06-12 | allow LIF-less volumes labels to be groked | Michael Shalayeff | |
1999-06-12 | microtime() is moving to locore.S | Michael Shalayeff | |
1999-06-12 | no need for vmspace.vm_pmap | Michael Shalayeff | |
1999-06-12 | no need for vmmap_pmap | Michael Shalayeff | |
1999-06-12 | allocate kernel stack in .bss | Michael Shalayeff | |
fix vm_map.pmap vs vm_pmap issue; 10x art@ fix setrunqueue()'s DIAGNOSTIC section, also p_stat is a char p_md is a member, not a pointer. | |||
1999-06-12 | fix displaying of variable value behavior | Todd T. Fries | |
1999-06-11 | Some stray i386 -> __i386__ that only trigger for vmstat -i. | Marc Espie | |
pc532 -> __pc532__ as well. Reported & diagnosed by ficus. | |||
1999-06-11 | Define NULL to be __null for C++: better quality of implementation. | Marc Espie | |
__null is a magic constant of integral type that converts to a null pointer as should be, but warns for ambiguity when used to resolved an overload between an integral type and a pointer type. | |||
1999-06-11 | removed TCPCOOKIE support. small edit to ip-filter sections. removed reference | pattonme | |
to pfil(9) which was rather obsolete. | |||
1999-06-11 | removed TCPCOOKIE support. | pattonme | |
1999-06-11 | oops | Niels Provos | |
1999-06-11 | <netinets/ip_proxy.h> -> <netinet/ip_proxy.h>; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
1999-06-11 | fix description of -o option; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
1999-06-11 | fix pmap_remove_va() pasto, so it actually remove mappings (: | Michael Shalayeff | |
map syscall gateway page in pmap_init() insert some debug printfs | |||
1999-06-11 | Show the correct error if we fail to open a device. | brian | |
1999-06-11 | Describe why a ``magic'' enddisc is not always a good idea. | brian | |
1999-06-11 | Add Q900 compatible mode serial address. | Jason Downs | |
1999-06-11 | egcs crap | Jason Downs | |
1999-06-10 | Fix a couple typos and remove a few duplications while I'm at it. | Paul Janzen | |
1999-06-10 | jsm28@cam.ac.uk : handle PAGER in a manner consistent with the | Paul Janzen | |
Single UNIX specification for mailx and man (http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html). | |||
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen | |
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined. | |||
1999-06-10 | fix unaligned copy's end condition | Michael Shalayeff | |
1999-06-10 | Allow reserved substitution strings to be escaped by preceeding them | brian | |
with a backslash. | |||
1999-06-10 | Never bring a link back up after receiving a terminating signal, | brian | |
don't rely on already being in PHASE_DEAD. | |||
1999-06-10 | Fill in mount_info in nfs_decode_args | Todd C. Miller | |
o that way zero fields in nfs_args get filled in o changes via mount -u become visible | |||
1999-06-10 | Allow a remote IP and port range specification in the | brian | |
``alias port'' command. | |||
1999-06-09 | Initialise `mp'. | brian | |
1999-06-09 | Allow our endpoint discriminator to be enabled, disabled, accepted | brian | |
and denied. This is necessary for some MP implementations that get confused if you accept their endpoint discriminator but reject their MRRU. | |||
1999-06-09 | Use the correct pid when substituting PROCESSID. | brian | |
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it> | |||
1999-06-09 | document cancellation point handling a bit better | David Leonard | |
1999-06-09 | sync with freebsd | David Leonard | |
1999-06-09 | __sparc -> __sparc__ | Jason Wright | |
1999-06-08 | Don't use static variables if we don't have to. | brian | |
1999-06-08 | Don't drop the last character from lines in ppp.secret unless it's '\n'. | brian | |
1999-06-08 | Some large partition fixes | Niklas Hallqvist | |
1999-06-08 | copy int sized objects, not register_t sized objects in pipe() | Theo de Raadt | |
1999-06-08 | better fd leak prevention | Theo de Raadt | |
1999-06-08 | use sys_opipe(), but note the descriptor leakage | Theo de Raadt | |
1999-06-08 | fewer strings | kstailey | |
1999-06-08 | Use m68k/exec.h | Marc Espie | |
1999-06-08 | Don't IPCP TLD if we're already doing it. This prevents | brian | |
recursion by doing something like ``down'' or ``quit all'' in ppp.linkdown. | |||
1999-06-08 | Make the ``load'', ``dial'' and ``open'' commands a big clearer. | brian | |
Requested by: Michael Heitmeier <MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com> | |||
1999-06-08 | disable TCP_FACK for now | Niels Provos | |
1999-06-07 | I do not believe this | Theo de Raadt | |