summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* When switching backing store during signal delivery, do the switch beforedfr2001-04-242-14/+16
* Align stack pointer and backing store pointer to 16 byte boundary whendfr2001-04-241-0/+5
* Don't trash the user's pr on syscalls.dfr2001-04-242-2/+4
* Revert previous delta, which was completely bogus.sheldonh2001-04-241-1/+1
* Disconnect linux from the build. The buildkernel target has beensheldonh2001-04-241-1/+1
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-2435-285/+385
* Pre-dirpref versions of fsck may zero out the new superblock fieldsiedowse2001-04-241-0/+6
* Back out previous commit.grog2001-04-231-0/+4
* Fix a bug introduced in the last commit: vaccess_acl_posix1 only checkedtmm2001-04-233-3/+3
* Add als4000 subdir.orion2001-04-231-3/+3
* Initial version of Avance Logic ALS4000 pcm driver.orion2001-04-235-0/+1005
* fix it so it compiles againmjacob2001-04-2312-0/+24
OpenPOWER on IntegriCloud