summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Update the comments on values than can be returned by DEVICE_PROBE.n_hibma1999-06-171-8/+9
* Fixed a missing userland dev_t to kernel dev_t conversion.bde1999-06-171-1/+1
* Reformat comment to match indentation of code around it.julian1999-06-171-8/+9
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-166-112/+23
* Make sure syscall arguments properly aligned in ktrace records.dt1999-06-161-6/+12
* Changed trypbuf to a getpbuf to work around a problem where redundant writesdg1999-06-161-2/+2
* If we still haven't got a sufficient number of free buffers after thetegge1999-06-161-2/+2
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-153-15/+74
* From the submitter:msmith1999-06-072-21/+18
* ksprintn() may be called with base=2, so redefine MAXNBUF accordingly.archie1999-06-071-18/+19
* The function ksprintn(), which is used to convert numbers to ASCII, is notarchie1999-06-061-8/+14
* Restructure pipe_read in order to eliminate several race conditions.alc1999-06-051-68/+46
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedpeter1999-06-041-1/+10
* || vs && confusion in cdevsw_add().dt1999-06-011-2/+2
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-012-3/+9
* Unifdef VM86.jlemon1999-06-013-15/+20
* Simplify cdevsw registration.phk1999-05-319-99/+72
* This commit should be a extensive NO-OP:phk1999-05-306-41/+148
* * Add a function devclass_create() which looks up the named devclass anddfr1999-05-301-2/+8
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-282-23/+26
* Fix an embarrasing typo in device_add_child_after(). I can't understanddfr1999-05-271-3/+3
* Back out my previous change (phk didn't like it) in favour of settingjb1999-05-242-16/+2
* Remove the test for bdevsw(dev) == NULL from bdevvp() because it failsjb1999-05-242-4/+4
* Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set.jb1999-05-232-4/+20
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichdt1999-05-221-8/+11
* Add some helper functions to make it easier to write a driver for a busdfr1999-05-221-1/+149
* Add seatbelt like in previous function..peter1999-05-221-1/+3
* Realy fix overflow on SO_*TIMEOache1999-05-211-4/+12
* Silently return NULL from devclass_get_device if dc == NULL. The callerdfr1999-05-211-2/+2
* 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
OpenPOWER on IntegriCloud