summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-02-05Provide a definition for pmap_wired_count.Miod Vallat
2002-02-05Zero-ize ext even if it has a free method defined.Angelos D. Keromytis
2002-02-05Do range check on SO_LINGER, closes pr#2375. art@ okThomas Nordin
2002-02-05panic if a read-only mbuf is given to m_zero() --- from art@openbsd.orgAngelos D. Keromytis
2002-02-05Fix m_zero() yet again -- yesterday's fix wasn't sufficient.Angelos D. Keromytis
2002-02-05Allow mmap as a dumb framebuffer (from offset 0).Jason Wright
2002-02-05Allow mapping as a dumb framebuffer (from offset 0)... This allows us toJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-02-05Disable wsmux for nowJason Wright
2002-02-05when retransmitting a segment after FIN has been sent don't set FINNiels Provos
2002-02-05Add counting of temporary references to a struct file (as opposed to referencesArtur Grabowski
2002-02-05Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64.Artur Grabowski
2002-02-05get rid of the borrowed habits in intr handlingMichael Shalayeff
2002-02-05redo the spl*() namesMichael Shalayeff
2002-02-05use splraise() when calling handlers; from fredette@Michael Shalayeff
2002-02-05restore CN_REMOTE priority, as it always was there.Michael Shalayeff
2002-02-05do not comprobe() that hoses itMichael Shalayeff
2002-02-05only probe for the cerial if NCOM_GSC, not just any com, fix prontfMichael Shalayeff
2002-02-04Oops, missed a <sys/map.h> leftover.Miod Vallat
2002-02-04missing LEAF_ENTRY()Michael Shalayeff
2002-02-04leftovers from kern times; from netbsdMichael Shalayeff
2002-02-04Also, cleanup any external buffers first (paranoid).Angelos D. Keromytis
2002-02-04a couple of extraneous args for printf; from netbsdMichael Shalayeff
2002-02-04use better tty flags namesMichael Shalayeff
2002-02-04Revision 1.37 was borked... This time, fix the casts and address theJason Wright
2002-02-04if we have a monitor port, don't get it, set it.Federico G. Schwindt
2002-02-04missing L/UL; from netbsdMichael Shalayeff
2002-02-04syncNiels Provos
2002-02-04fcntl64 support; okay deraadt@Niels Provos
2002-02-04switch onto temp stack for exit2(); implementation from netbsdMichael Shalayeff
2002-02-04Cleanup mountroot-related definitions.Miod Vallat
2002-02-04make hptdump take a space arg and print only entried for that space, all on -1Michael Shalayeff
2002-02-04Add some comments documenting why we use fd_ofiles insteadArtur Grabowski
2002-02-04Don't ffree the newly allocated file before calling dupfdopen.Artur Grabowski
2002-02-03restore hpt size computation, does not break things as i thoughtMichael Shalayeff
2002-02-03map user space uncached, later to be dealt with.Michael Shalayeff
2002-02-03only check for serial console if any compiledMichael Shalayeff
2002-02-03defer non-0 units to keep iface order rightMichael Shalayeff
2002-02-03better space mapMichael Shalayeff
2002-02-03flush cache on attentionMichael Shalayeff
2002-02-03fix missing srNsMichael Shalayeff
2002-02-02update for newer binutilsMichael Shalayeff
2002-02-02missing NULLMichael Shalayeff
2002-02-02small stupid tyops (mostly from netbsd); some cleanups from meMichael Shalayeff
2002-02-02fix 'physmem' usageMichael Shalayeff
2002-02-02implement the rest of /dev/mem devices; from netbsdMichael Shalayeff
2002-02-02Reorganize sys_fcntl to make future changes easier.Artur Grabowski
2002-02-02Be more consistent about using fd_getfile where it matters.Artur Grabowski
2002-02-02tiny fixens from netbsdMichael Shalayeff
2002-02-01Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),Jason Wright