NetBSD/sys/kern
yamt 5936836bb1 physio:
- update uio_resid properly.
- don't miss i/o errors near the end of partition.
2005-11-04 08:39:33 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c MALLOC/FREE -> malloc/free where appropriate. 2005-10-29 12:26:37 +00:00
bufq_fcfs.c MALLOC/FREE -> malloc/free where appropriate. 2005-10-29 12:26:37 +00:00
bufq_priocscan.c - change the way to specify a bufq strategy. (by string rather than by number) 2005-10-15 17:29:10 +00:00
bufq_readprio.c MALLOC/FREE -> malloc/free where appropriate. 2005-10-29 12:26:37 +00:00
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Add a hack to deal with MIPS relocatable shared-linker problem on 2005-10-07 08:33:10 +00:00
exec_elf64.c
exec_macho.c
exec_script.c
exec_subr.c
genlintstub.awk
init_main.c Move proc0 initialization from main() in init_main.c and proc0_insert() in 2005-08-05 11:03:18 +00:00
init_sysctl.c sysctl_kern_proc_args: don't assume that the process is 2005-10-08 06:35:56 +00:00
init_sysent.c Regen. 2005-09-26 03:04:46 +00:00
kern_acct.c
kern_clock.c Introduced nanotime() which is going to be used by some fs code yet to 2005-09-12 16:21:31 +00:00
kern_descrip.c fix a bug pointed out by der mouse on tech-kern: in F_GETOWN, use a 2005-10-03 02:06:00 +00:00
kern_drvctl.c Replace the "locnames", attached to cfdata, which was solely good for 2005-08-25 15:06:28 +00:00
kern_event.c - Split sys_kevent into kevent1 so that it can be used by COMPAT_NETBSD32 2005-10-23 01:33:32 +00:00
kern_exec.c back out the lwp portion of the previous commit which is not ready yet to 2005-10-31 04:39:41 +00:00
kern_exit.c log when traced process is orphaned 2005-10-01 21:07:38 +00:00
kern_fork.c
kern_kcont.c
kern_ksyms.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c default to simple_lock_debugger=1 with LOCKDEBUG. 2005-10-08 03:18:25 +00:00
kern_lwp.c remove a redundant assignment in the previous. 2005-10-05 15:46:00 +00:00
kern_malloc.c Fix wording in a comment. 2005-08-05 13:18:32 +00:00
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c
kern_physio.c physio: 2005-11-04 08:39:33 +00:00
kern_proc.c Cosmetic changes. 2005-08-05 11:05:44 +00:00
kern_prot.c Made the code of the grsortu function smaller and simpler. Ok'ed by 2005-09-02 20:51:53 +00:00
kern_ras.c
kern_resource.c
kern_sa.c in sa_switch(), if after we set up the LWP with cpu_setfunc(), we decide that 2005-10-26 06:24:04 +00:00
kern_sig.c Implement a few changes needed to properly resolve PR#30924, as 2005-10-23 00:09:14 +00:00
kern_subr.c Create functions ioctl_copyin() and ioctl_copyout(). They are meant to be 2005-08-28 20:58:14 +00:00
kern_synch.c make scheduler work better when a system has many runnable processes 2005-11-01 09:07:53 +00:00
kern_sysctl.c MALLOC/FREE -> malloc/free where appropriate. 2005-10-29 12:26:37 +00:00
kern_systrace.c
kern_time.c Implement a few changes needed to properly resolve PR#30924, as 2005-10-23 00:09:14 +00:00
kern_timeout.c
kern_uuid.c
kern_verifiedexec.c Debug nits from Brett Lymn: 2005-10-12 14:26:47 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c in mapply(), call config_match() instead duplicating its code 2005-08-29 19:13:48 +00:00
subr_blist.c
subr_bufq.c bufq_alloc: fix BUFQ_STRAT_ANY. pointed by Juan RP. 2005-10-17 12:28:21 +00:00
subr_devsw.c
subr_disk.c - change the way to specify a bufq strategy. (by string rather than by number) 2005-10-15 17:29:10 +00:00
subr_disk_mbr.c
subr_evcnt.c
subr_extent.c
subr_log.c
subr_once.c add something like pthread_once(). 2005-10-29 11:13:21 +00:00
subr_pool.c pool_printit: don't keep a lock when printing info. 2005-11-02 14:32:54 +00:00
subr_prf.c
subr_prof.c
subr_prop.c
subr_userconf.c make use of the locator information: print "?" if a locator is 2005-09-08 14:58:14 +00:00
subr_workqueue.c add a simple "do it in thread context" framework. 2005-10-29 11:10:37 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c just use ltsleep rather than lockmgr + PCATCH with horrible timeout dance. 2005-10-29 12:31:07 +00:00
sys_pmc.c
sys_process.c
sys_socket.c
syscalls.c Regen. 2005-09-26 03:04:46 +00:00
syscalls.conf 64 bit inode changes. 2005-08-19 02:04:03 +00:00
syscalls.master some of the extattr syscalls return ssize_t not int. 2005-09-26 03:02:19 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c fix the SYSV semop number of operations per request to be limited by 2005-11-03 16:57:03 +00:00
sysv_shm.c
tty.c - lock the tty when playing with the kqueue list. 2005-10-13 16:18:43 +00:00
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c Use ``l'' and not ``curlwp''. Thanks to Peter Postma for catching this. 2005-09-07 18:06:04 +00:00
uipc_mbuf.c - introduce M_MOVE_PKTHDR and use it where appropriate. 2005-08-18 00:30:58 +00:00
uipc_mbuf2.c
uipc_proto.c
uipc_sem.c
uipc_socket.c Check the argument to SO_LINGER. 2005-10-21 17:40:03 +00:00
uipc_socket2.c
uipc_syscalls.c In adjust_rights() Use CMSG_SPACE() to calculate the number of 2005-09-03 22:48:35 +00:00
uipc_usrreq.c Honor the user's umask while creating local sockets. Several other systems 2005-08-30 15:03:04 +00:00
vfs_bio.c
vfs_cache.c
vfs_getcwd.c 64 bit inode changes. 2005-08-19 02:04:03 +00:00
vfs_hooks.c Apply the NFS exports list rototill patch: 2005-09-23 12:10:31 +00:00
vfs_init.c
vfs_lockf.c use ap->a_flags instead of fl->f_type; pointed out by: Devon H. O'Dell 2005-10-28 15:37:23 +00:00
vfs_lookup.c
vfs_subr.c Apply the NFS exports list rototill patch: 2005-09-23 12:10:31 +00:00
vfs_syscalls.c change_utimes: use nanotime(9) rather than time(9). 2005-10-01 06:13:42 +00:00
vfs_vnops.c copystr and copyinstr return int, not void. 2005-10-15 21:18:54 +00:00
vfs_xattr.c
vnode_if.c regen. 2005-11-02 12:41:50 +00:00
vnode_if.sh
vnode_if.src merge yamt-vop branch. remove following VOPs. 2005-11-02 12:38:58 +00:00