summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Backed out previous commit. It cause massive filesystem corruption,bde2001-04-302-0/+2
* When panic()'ing because of recursion on a non-recursive mutex, printalfred2001-04-301-2/+2
* Make rtprio work again.jake2001-04-291-19/+14
* o As part of the move to not maintaining copies of the vnode owning uidrwatson2001-04-293-3/+3
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-2914-61/+48
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-2924-414/+33
* Make a panic less misleading.phk2001-04-292-2/+2
* Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP().phk2001-04-291-2/+3
* Remove two unused arguments from ufs_bmaparray().phk2001-04-294-62/+47
* Remove faint traces of blind copy&paste.phk2001-04-291-1/+0
* Remove faint traces of non-existant ffs_bmap().phk2001-04-291-2/+0
* Remove incorrect comment.alfred2001-04-292-2/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-2995-189/+0
* Bring in ficl 2.05.dcs2001-04-2926-1804/+3992
* don't unlock the channel in chn_read, msleep will do it for us.cg2001-04-291-2/+0
* Add back in the bits to remove any existing "schg" flags as we haveobrien2001-04-295-0/+10
* Instead of asserting that a mutex is not still locked after unlocking it,alfred2001-04-281-1/+1
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-285-0/+15
* be more specific in identifying the chip typecg2001-04-271-14/+73
* Address a number of problems with sysctl_vm_zone().alfred2001-04-271-11/+29
* Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc():fenner2001-04-271-7/+9
* Move the disklabel construction to the attach function instead ofsos2001-04-271-9/+9
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-2777-7925/+1123
* Make stathz match reality on platforms like the 4100 where hz!=1024gallatin2001-04-271-1/+1
* Actually show the values that tripped the assertion "receive 1"alfred2001-04-271-1/+3
* o Remove the disabled p_cansched() test cases that permitted users torwatson2001-04-271-11/+0
* Initiate the deorbit burn sequence for sys/ipl.h by moving the softwarejhb2001-04-272-13/+13
* Initialize p_md.md_kernnest to 1 for newly fork'd processes since theyjhb2001-04-263-0/+18
* vfs_subr.c is getting rather fat. The underlying repocopy and thisphk2001-04-263-3198/+5
* Fix the definitions for memory bank sizes, which I somehow got wrong.wpaul2001-04-264-4/+14
* Remove a leading underscore that prevented I386_CPU kernels fromjake2001-04-263-3/+3
* More new Dell PCI IDs.msmith2001-04-261-1/+4
* Rather than copying all the indirect blocks of the snapshot,mckusick2001-04-261-35/+19
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.msmith2001-04-261-0/+1
* Sendfile is documented to return 0 on success, however if when aalfred2001-04-261-0/+7
* A bogus check for a char device also matched symbolic links.paul2001-04-251-1/+1
* Don't install KO's with the "schg" flag.obrien2001-04-256-46/+11
* Fix SCM ID's and remove tailing blanks.obrien2001-04-258-27/+24
* - Make the dumping of console messages from the secondary CPU's to thejhb2001-04-251-3/+5
* alpha_fpstate_save is fairly expensive (critical enter/exit, possiblygallatin2001-04-251-0/+2
* MFffs ffs_balloc.c 1.5.bde2001-04-252-0/+4
* Do not leave a process with no credential in zombproc.tanimura2001-04-251-17/+14
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-254-26/+113
* Move the netexport structure from the fs-specific mountstructurephk2001-04-2528-226/+174
* Ignore chflags errors. This makes installing to nfs mounted targetimp2001-04-255-10/+10
* o Separate acl_t into internal and external representations asjedgar2001-04-241-3/+10
* get the parameters to pci_write_config the right way round. this may fixcg2001-04-241-2/+2
* Add a new field 'md_kernnest' to the alpha machine dependent processjhb2001-04-247-15/+72
* Change uipc_sockaddr so that a sockaddr_un without a path is returnedtmm2001-04-241-0/+2
* o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in therwatson2001-04-241-1/+1
OpenPOWER on IntegriCloud