summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().dg1996-09-052-2/+4
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-043-3/+6
* 3 changes:julian1996-09-043-82/+92
* More merge.asami1996-09-0413-2416/+463
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-034-13/+10
* `struct linker_set execsw_set' was declared as const and pointers in itbde1996-09-035-13/+14
* Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparisionbde1996-09-031-4/+5
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-032-11/+11
* Cleaned up version of my 'extended BIOS' patch. This one is commentednate1996-09-032-60/+96
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-0322-37/+53
* Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined.bde1996-09-031-2/+3
* Added #include of <unistd.h> so that there is some chance thatbde1996-09-031-1/+2
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-0355-5289/+326
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-034-13/+20
* allow a new loopback route to overwrite an old one..julian1996-09-031-5/+10
* Correct previous Orion specific fix: The configuration registerse1996-09-021-2/+2
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-023-45/+157
* Bugfix and simplification for rev 1.34: make sure that the routefenner1996-09-021-16/+6
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineache1996-09-011-4/+22
* Fixed a couple of bugs in the mousepointer code.sos1996-09-016-699/+894
* Change an splstatclock that should be an splhigh into an splhigh.dg1996-09-011-2/+2
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-013-6/+6
* If the basemem value supplied by the bootblocks, differs from the valuenate1996-09-012-12/+66
* Fix the visibility of the sysctl variables.alex1996-08-311-5/+5
* cpu_boot() always returns, so don't declare it as __dead*.bde1996-08-311-2/+2
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-3112-33/+34
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.asami1996-08-3133-833/+261
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-3114-72/+73
* wow we can even make net ranges go away now (how sophisticated!)julian1996-08-311-55/+44
* 77 cyy Cyclades Ye/PCI serial cardjkh1996-08-312-2/+4
* Add code to automaticall support subnets on ethertalk networksjulian1996-08-313-105/+68
* Improvements from Bruce Evanspst1996-08-304-34/+58
* Get rid of the ifdef MULTICAST's. I think the rest of the kernel got ridjhay1996-08-301-3/+1
* Re-sync with the state of PC98 world. This will be the last commit beforeasami1996-08-3026-1234/+1024
* Grab the next slot for AF_INET6/PF_INET6, the resolver uses it.peter1996-08-301-2/+4
* Massively COMMENT at_control.cjulian1996-08-292-43/+278
* Removed sccsids and rcsids and added Id$ to save space like everythingbde1996-08-283-17/+5
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-283-26/+35
* Use "" instead of <> for a header in the current directory.bde1996-08-282-14/+4
* Fixed a wrong comment. Did tsleep() ever return the networking errnobde1996-08-281-2/+2
* Add g to flags helpache1996-08-281-1/+1
* Fixed a stale comment.bde1996-08-281-2/+2
* Add g option to usage lineache1996-08-282-2/+3
* Removed a ton of unused #includes. The introduction of SYSINIT() andbde1996-08-281-17/+1
* Add some padding to struct ifmibdata and move the `struct ifdata' towollman1996-08-281-2/+94
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-283-6/+6
* Use "" instead of <> for a header in the current directory.bde1996-08-281-2/+2
* Use (full) <> paths instead of ambiguous "" paths for headers not inbde1996-08-282-6/+6
* Clean up formatting and fix an & -> && bug pointed out by bdepst1996-08-282-174/+104
* Call bdevsw_add_generic() later so that there is no chance of returningbde1996-08-281-4/+4
OpenPOWER on IntegriCloud