summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Be more careful with mmap. If it fails, fall back to a plain compare orpeter1996-09-051-11/+27
* accidently removed the "dont compare > 8MB files hack".peter1996-09-051-33/+39
* Only attempt to mmap() files from a ufs or cd9660 fs for comparing orpeter1996-09-051-4/+45
* Removed bogus unused `-I..' and unnecessary override of BINDIR. Didn'tbde1996-09-041-3/+2
* Removed another unused `-I.' and cleaned up.bde1996-09-041-6/+3
* Removed unused `-I.'s from CFLAGS.bde1996-09-0410-15/+14
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-043-3/+6
* Just realised the man page didn't mention the appletalk specific optionsjulian1996-09-041-1/+9
* Get rid of an unexpectedly bogus sanity check under appletalk becausejulian1996-09-041-3/+3
* 3 changes:julian1996-09-043-82/+92
* More merge.asami1996-09-0413-2416/+463
* Implement a horrible (but simple) hack to allow some control over thepeter1996-09-031-2/+14
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-034-13/+10
* `struct linker_set execsw_set' was declared as const and pointers in itbde1996-09-037-17/+18
* Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparisionbde1996-09-031-4/+5
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-032-11/+11
* Cleaned up version of my 'extended BIOS' patch. This one is commentednate1996-09-032-60/+96
* BSD.usr.dist:bde1996-09-033-19/+7
* Removed fib. It was never used, and is unusable without libforms, whichbde1996-09-034-1015/+0
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-0322-37/+53
* eek, how did that happen? I must have committed something left over frompeter1996-09-031-4/+4
* Fix for PR#1287. This makes sh behave sensibly in case statements in thepeter1996-09-0313-49/+56
* Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined.bde1996-09-031-2/+3
* Misc cleanups and fixes from Bruce:peter1996-09-034-29/+40
* add back stub libresolvpeter1996-09-031-1/+1
* Install in /usr/lib/compat where ld.so can find it for older binaries,peter1996-09-031-0/+2
* Added #include of <unistd.h> so that there is some chance thatbde1996-09-031-1/+2
* Describe POSIX saved IDs behaviour betterache1996-09-031-5/+19
* Fix -Wall warning in skeleton parserpeter1996-09-031-1/+1
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-0355-5289/+326
* Nearly forgot; add Juha Inkari <inkari@cc.hut.fi>peter1996-09-031-1/+2
* Make the yacc skeleton aware of C++. It was previously broken in thejoerg1996-09-031-1/+12
* Implemented user side of "noatime" mount option. This option disablesdg1996-09-034-2/+8
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-034-13/+20
* allow a new loopback route to overwrite an old one..julian1996-09-031-5/+10
* Fix my typo here from last commit.peter1996-09-021-5/+5
* Add ${DPADD}, $Id$peter1996-09-021-0/+2
* Set ${DPADD}, use +=, add $Id$peter1996-09-021-1/+4
* Correct previous Orion specific fix: The configuration registerse1996-09-021-2/+2
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-023-45/+157
* Add cfree,phk1996-09-024-4/+24
* Add support for shlibs in /usr/lib/compat that the linker will not findphk1996-09-022-2/+5
* Bugfix and simplification for rev 1.34: make sure that the routefenner1996-09-021-16/+6
* Move daemon from group 31 to group 1ache1996-09-011-1/+1
* Describe current behaviour (_POSIX_SAVED_IDS are ON),ache1996-09-011-2/+12
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineache1996-09-011-4/+22
* Fixed a couple of bugs in the mousepointer code.sos1996-09-016-699/+894
* install rpc header filesadam1996-09-011-1/+4
* Fix to work with obj directories: -I. -> -I${.CURDIR}wosch1996-09-011-2/+2
* Add Steve Price for his merge of 4.4-Lite2 sh source.alex1996-09-011-1/+2
OpenPOWER on IntegriCloud