summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change message 103, trailing \n is not needed when using errx(3).charnier1998-01-124-8/+8
* Use Id instead of Header. Change message 103, trailing \n is not neededcharnier1998-01-124-8/+8
* Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1).charnier1998-01-121-23/+19
* Add code to the example 'driver-o-matic' to support being an LKMjulian1998-01-121-6/+101
* Allow a -D'date' option to be included with a -r'branch'julian1998-01-122-4/+4
* Adjust upwards the size of exec map in order to take into account thedyson1998-01-122-4/+4
* changed 1st appeared in clause -- about to import into -stableobrien1998-01-121-3/+3
* Add some devfs entriesjulian1998-01-121-2/+44
* Update for new common calendar.steve1998-01-121-25/+125
* add devfs entries for a few more syscons devices (e.g. sysmouse)julian1998-01-123-9/+27
* Fix another vnode leak.dyson1998-01-122-4/+8
* Upgrade the cpp pre-defines to include -Dunix. Turns out we need thatjb1998-01-121-1/+1
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-1211-79/+291
* Reword the synopsis line so that it makes sense.steve1998-01-121-2/+2
* Formatting fix & improved comment for struct timeval.alex1998-01-111-1/+3
* Fixed brk(2) xref.alex1998-01-111-1/+2
* Added sys/types.h to synopsis as per POSIX.alex1998-01-111-1/+2
* Replace sys/param.h with sys/types.h as per POSIX.alex1998-01-111-1/+9
* Document that arg max is controllable via sysctl.alex1998-01-111-5/+7
* Implement the first page access for object type determination moredyson1998-01-113-96/+132
* Try to solve timeout race by not touching softtics here.phk1998-01-112-8/+4
* Remove use of <osreldate.h>.eivind1998-01-112-12/+0
* Lose <net/if_var.h> !brian1998-01-115-20/+5
* Move softc stuff into if_tunvar.hbrian1998-01-112-17/+51
* Move softc stuff into if_tunvar.hbrian1998-01-111-0/+1
* Make things work when sizeof(long) != 32 (hopefully)brian1998-01-1110-86/+89
* Formatting fix.alex1998-01-111-1/+2
* Added EMFILE and ENFILE to errors section.alex1998-01-111-0/+5
* .Xr sigvec --> sigactionalex1998-01-111-2/+2
* Add <sys/types.h> to synopsis.alex1998-01-111-1/+4
* Add an option (-M) to install to disable use of mmap(2). This is kindapeter1998-01-112-7/+14
* change s_port to ntohs(s_port) for printf in DEBUG.darrenr1998-01-113-6/+6
* Test for ${MACHINE} == "alpha" and include the bootstrap makefile insteadjb1998-01-111-4/+15
* This makefile provides a bootstrap installation of FreeBSD on an installedjb1998-01-111-0/+477
* Remember any number of interface names.brian1998-01-111-13/+28
* Add the alpha MD files for gcc to product ELF for FreeBSD/Alpha.jb1998-01-1114-0/+8479
* More i386 -> ${MACHINE} changes to make this Makefile machinejb1998-01-111-15/+15
* Replace i386 references with ${MACHINE} to make this makefile almostjb1998-01-111-7/+11
* Remove includes of if_var.h and in_var.hbrian1998-01-111-5/+1
* Since the alpha has to use NetBSD's kernel for the time being, it alsojb1998-01-111-0/+607
* Move _JBLEN definition to <machine/setjmp.h> like on NetBSD. Removejb1998-01-111-25/+4
* CSU source for Alpha obtained from NetBSD. The makefile will requirejb1998-01-114-0/+419
* Allow 6 byte interface names (for >tun99)brian1998-01-111-2/+2
* Add ppp, at long last, back to GENERIC. We have enough room in thejkh1998-01-112-6/+4
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)phk1998-01-114-12/+16
* Add a machine dependent header for the i386 jmp_buf size instead of pilingjb1998-01-102-0/+70
* Add a machine dependent header to size the jmpbuf instead of pilingjb1998-01-101-0/+35
* We can now build libm on Alpha. There is very little MD alpha code.jb1998-01-101-3/+0
* Avoid building x86 specific libraries on Alpha.jb1998-01-101-2/+8
* PAL codes needed for asm.hjb1998-01-101-0/+93
OpenPOWER on IntegriCloud