summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed most of the zombie man pages in libm. All relevant parts havebde2001-10-1326-3333/+0
* Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting tobde2001-10-132-7/+7
* o Update init_sysent.c and friends for allocation of afs_syscall.rwatson2001-10-135-6/+8
* o Reserve system call 377 for afs_syscall; by reserving a system callrwatson2001-10-131-0/+1
* Fixed missing quoting of [-1, +1].bde2001-10-132-2/+4
* Use ".Lb libm" where it will have an effect (not just in the zombie manbde2001-10-1326-0/+52
* Hack for the "out-of-sync" error.yokota2001-10-132-218/+304
* Regenerate syscall stuff.phk2001-10-132-303/+11
* Don't generate <sys/syscalls-hide.h> it has never had any users anywhere inphk2001-10-132-21/+1
* Update man pages in the section 4 to match the reality in -CURRENT.yokota2001-10-1353-205/+522
* Only the first eight arguments can possibly be in stacked registers.dfr2001-10-131-2/+5
* attachobject: Return correct status after successfully attaching agrog2001-10-131-0/+1
* Fixed bitrot in a banal comment by removing the comment.bde2001-10-132-2/+2
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-1312-12/+0
* Backed out the quick fixes for the transient breakage of <sys/mount.h>bde2001-10-132-4/+4
* Removed unused include of kernel-only file <sys/lock.h>.bde2001-10-131-1/+0
* Backed out "Compensate for header dethreading [mistakes]" mistakes inbde2001-10-133-4/+0
* Makes contigalloc[1]() create the vm_map / underlying wired pages in thedillon2001-10-131-4/+12
* Oops, fix a missing condition that broke umount's `-h' option. Iiedowse2001-10-131-1/+2
* This commit was generated by cvs2svn to compensate for changes in r84865,obrien2001-10-1336-36/+43264
|\
| * Import the extra bits needed to target IA-64, PowerPC, and sparc64.obrien2001-10-1336-36/+43264
* | New release notes: arp(8) prints interface names, strnstr(3)/strcasestr(3),bmah2001-10-132-6/+24
* | Add the ability to load klds from a floppy as part of the installation.jkh2001-10-125-0/+142
* | Re-order "Network Interface Support" section of release notes.bmah2001-10-122-128/+128
* | Add memory disk support to allow the boot process to proceed a bit further.mp2001-10-121-0/+4
* | Modify a virtual address check to allow use of the openfirmware callbackmp2001-10-122-2/+2
* | Add standard calls to device_add_child() and root_bus_configure().mp2001-10-121-0/+4
* | Finally fix the VM bug where a file whos EOF occurs in the middle of a pagedillon2001-10-121-3/+21
* | Traverse the list of network interfaces rather than use if_index- if_index ismjacob2001-10-121-3/+1
* | o Treat a buffer as a non-NUL terminated string, because the whoismike2001-10-121-34/+24
* | Start to move to an alphabetical (rather than semi-chronological)bmah2001-10-122-1116/+1116
* | Correct the input/output/clobber specifications for the cpuidjdp2001-10-122-16/+6
* | Add inthand_add() and inthand_remove() for use by the MD bus code andtmm2001-10-124-1/+197
* | Fix some warnings.tmm2001-10-121-2/+2
* | Save the floating point context to the right pcb in cpu_fork(), and addtmm2001-10-122-1/+9
* | Make the NTOHL, NTOHS, HTONL and HTONS macros (which are nops ontmm2001-10-121-4/+4
* | Implement DELAY() using the %tick register.tmm2001-10-122-2/+20
* | Add pmap_kenter_flags(), which is used by MD bus code that will betmm2001-10-122-4/+49
* | Fixed corruption of the vendor $Id$ to $FreeBSD$. Put $FreeBSD$ inbde2001-10-121-1/+5
* | Don't let a user name in ftpd's proctitleyar2001-10-121-1/+1
* | Be consistent about indent at least within one block of code.yar2001-10-121-5/+5
* | Pass the correct trapframe pointer to fork_exit - sp is trapframe-16.dfr2001-10-121-1/+1
* | If the faulting instruction is a cmpxchg, then isr.w and isr.r will bothdfr2001-10-121-3/+3
* | Set ulptusein = 0 so that the machine doesn't hang solid after aphk2001-10-121-1/+1
* | Minor cleanup, no functional changes:tg2001-10-125-96/+108
* | Fix a small style slip: Files in /dev are notyar2001-10-121-1/+1
* | Remove the panic when trying to register a sysctl with an oid too high.roam2001-10-121-2/+6
* | DTRT in the restart casejkh2001-10-1210-6/+16
* | roll out last changemjacob2001-10-122-4/+0
* | Write a real man page.des2001-10-122-26/+95
OpenPOWER on IntegriCloud