summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid 64-bit divisions and modulos. Fixed related overflows for weirdbde1998-06-141-9/+19
* If a short write, only loop if no error.jb1998-06-146-12/+12
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-142-54/+28
* Document EINVAL return value.bde1998-06-141-0/+7
* Deal with PROTO_IGMP and PROTO_IPIP packets correctly.brian1998-06-141-2/+28
* o Pass our negotiated number of VJ slots intobrian1998-06-143-10/+15
* Add a macro tweak.steve1998-06-134-8/+10
* Mention all the environment variables that can be usedsteve1998-06-131-3/+7
* Add doc/ja/FAQ and handbook, so that releases can build again.jhay1998-06-131-1/+7
* Correct the description of the last four fields.steve1998-06-132-5/+5
* miserable -> miserablysteve1998-06-132-4/+4
* Minor tweaks in the AUTHORS section.steve1998-06-131-5/+4
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSsteve1998-06-133-3/+9
* Add a swissfrench keyboard mapping.steve1998-06-133-2/+125
* Merge changes from vendor branch;peter1998-06-136-52/+98
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'peter1998-06-131-6/+8
* Introduce std_pps_ioctl() to automagically DTRT.phk1998-06-134-51/+71
* Allow a protocol to specify that it does NOT want to be looped backjulian1998-06-131-3/+6
* join(1) is used by lorder, add it to build-tools. (otherwise, things getpeter1998-06-131-1/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFphk1998-06-122-18/+54
* Note which version of Kirk's sources this corresponds to.julian1998-06-123-6/+6
* Fix the case when renaming to a file that you've just created and deleted,julian1998-06-123-66/+129
* Add the ``clear'' function.brian1998-06-125-6/+121
* Remove 3 occurances of __FUNCTION__julian1998-06-122-6/+5
* Fix stupid typo, I had only tested this in elf mode.peter1998-06-121-2/+2
* Remove '\n' from `show throughput'. ctime() already doesbrian1998-06-121-3/+3
* Correct arg hackbrian1998-06-122-6/+6
* o Maintain a link-type mask for open datalinks as well asbrian1998-06-125-65/+92
* Always support an elf kernel when given one.peter1998-06-121-2/+0
* #include <arpa/inet.h>peter1998-06-121-1/+2
* "./strip maybe_stripped" doesn't work too well if maybe_stripped is anpeter1998-06-121-1/+1
* The doscmd build process and doscmd.kernel loader is very a.out specificpeter1998-06-121-2/+5
* Only build rtld-aout if we're in an a.out build environment.peter1998-06-121-2/+5
* Understand elf library naming rules for libtermlib alias.peter1998-06-121-0/+9
* Add -DFREEBSD_AOUT to CFLAGS, to ensure that <link.h> gives us the correctpeter1998-06-121-2/+2
* Use the elf libalias name when compiled under elf.peter1998-06-121-1/+5
* Make nlist() understand elf unconditionallypeter1998-06-122-5/+2
* #include <arpa/inet.h> instead of rolling own prototype.peter1998-06-121-3/+1
* #include <arpa/inet.h> for inet_* definitions.peter1998-06-122-4/+8
* #include <arpa/inet.h>peter1998-06-122-2/+4
* Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitionspeter1998-06-121-2/+2
* #include <arpa/inet.h>peter1998-06-121-3/+5
* #include <arpa/inet.h>peter1998-06-122-4/+3
* #include <arpa/inet.h>peter1998-06-121-3/+2
* Move bsd.own.mk after make.conf, this allows BINFORMAT to be set inpeter1998-06-121-3/+3
* Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf.peter1998-06-121-2/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-122-6/+6
* Go through the loopback code with a broom..julian1998-06-128-208/+155
* include opt_ipdivert.h so we get correct optionsjulian1998-06-121-1/+2
* Add poll to the list of hidden syscalls so that it gets renamed. Thisjb1998-06-123-6/+6
OpenPOWER on IntegriCloud