summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Oops, set module->file..peter1999-05-201-1/+2
* TIOCEXT is also inapproriate before the slave is open, return EAGAIN whenluoqi1999-05-181-29/+31
* Avoid negative numbers in dev_t manipulation. This should fix recent MFSluoqi1999-05-181-3/+3
* Use NOUDEV for udev_t'sphk1999-05-171-2/+2
* Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_tdfr1999-05-171-2/+2
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-172-21/+6
* Add enough include files to make this actually compile on an a.out system.eivind1999-05-151-1/+8
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-142-6/+6
* Ignore some ioctls on the master until the slave is open.luoqi1999-05-141-3/+12
* Legally acquire a major number for mfs.luoqi1999-05-142-10/+4
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-143-3/+40
* Adjust method dispatch to ensure that default methods are called properly.dfr1999-05-141-1/+8
* Previously directories were sync'ed every 10 seconds while bitmaps &mckusick1999-05-142-6/+6
* Added ../sys/syscall.mk to targets. Back it up like all the otherbde1999-05-131-1/+2
* Regenerated.bde1999-05-132-2/+2
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().bde1999-05-131-3/+3
* Try an fix a couple of dev_t/major/minor etc nits.peter1999-05-123-7/+9
* Unbreak VESA on SMP.luoqi1999-05-121-2/+3
* Fix (?) SPECHASH dev_t/major/minor/etc argspeter1999-05-122-4/+4
* braino.phk1999-05-121-3/+3
* Fixed corruption of the kmemstatistcs list. The first malloc()bde1999-05-121-5/+9
* Produce compiler warning if dev_t and udev_t is confused.phk1999-05-121-6/+10
* Don't peek into dev_tphk1999-05-122-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-119-33/+112
* Send subr_rlist.c off to the big Attic in the sky. It's been #if 0'edpeter1999-05-111-316/+0
* Use colons instead of semi-colons to behave like UNIX instead of DOS.jb1999-05-111-4/+4
* Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that'speter1999-05-102-12/+12
* Use NODEV instead of -1phk1999-05-101-4/+4
* Fix descriptor leak provoked by KKIS.05051999.003b exploit code.truckman1999-05-101-1/+4
* Remove hack to accept French spelling of METHOD (METHODE)n_hibma1999-05-101-4/+2
* * Augment the interface language to allow arbitrary C code to be 'passeddfr1999-05-104-29/+151
* Superceded by makedevops.pldfr1999-05-101-232/+0
* Lites2 seems to have pretty much disappeared from the radar, and I suspectpeter1999-05-091-5/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-091-13/+6
* Fix a couple of warnings and some bitrot in comments.peter1999-05-094-13/+4
* major(something) can never become NODEV.phk1999-05-091-4/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+11
* Hack the diskslice stuff so that it allows the alpha sysinstall todfr1999-05-091-2/+8
* Peter beat me to half this patch, but didn't do the other half:phk1999-05-091-4/+5
* Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (nopeter1999-05-091-4/+1
* Fix a freelist trashing under following confitions:dt1999-05-081-1/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-082-8/+10
* Change resource_set_*() to be more useful. BTW; resource_find() is apeter1999-05-081-16/+9
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-081-1/+3
* Use KERNBASE for the load address of the kernel rather than magic constantspeter1999-05-083-20/+7
* First stages of a module dependency cleanup. This part fixes apeter1999-05-082-26/+45
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-082-6/+6
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-0810-43/+43
* Nit fix.des1999-05-071-2/+2
* Continue where Julian left off in July 1998:phk1999-05-074-102/+31
OpenPOWER on IntegriCloud