summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is the only alpha math source that NetBSD has.jb1998-01-102-0/+90
* Header files which are linked from /usr/include to /usr/include/machine.jb1998-01-106-1/+881
* Pause according to the redial setting when dialing manually.brian1998-01-101-1/+6
* A partial frontal lobotomy for find if using the NetBSD libc whichjb1998-01-103-1/+12
* Pass an actual empty environment to execle() as per POSIX rather thanalex1998-01-101-10/+28
* Put back __libalias_version so ppp(8) build again.steve1998-01-102-0/+6
* Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblitywosch1998-01-103-11/+11
* Sync with ipfw interface change: fw_pts is now part of a union (aalex1998-01-102-10/+10
* Minor brace gymnastics so that /etc/wall_cmos_clock is reallysteve1998-01-101-3/+4
* include <net/if.h> and restore this to sanity.jkh1998-01-102-0/+2
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-103-14/+8
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-101-2/+2
OpenPOWER on IntegriCloud