Age | Commit message (Expand) | Author |
2002-02-05 | Remove dead code, simplify a panic message. | Miod Vallat |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat |
2002-02-05 | - factorize insane amounts of code | Miod Vallat |
2002-02-05 | Provide a definition for pmap_wired_count. | Miod Vallat |
2002-02-05 | Zero-ize ext even if it has a free method defined. | Angelos D. Keromytis |
2002-02-05 | Do range check on SO_LINGER, closes pr#2375. art@ ok | Thomas Nordin |
2002-02-05 | panic if a read-only mbuf is given to m_zero() --- from art@openbsd.org | Angelos D. Keromytis |
2002-02-05 | Fix m_zero() yet again -- yesterday's fix wasn't sufficient. | Angelos D. Keromytis |
2002-02-05 | Allow mmap as a dumb framebuffer (from offset 0). | Jason Wright |
2002-02-05 | Allow mapping as a dumb framebuffer (from offset 0)... This allows us to | Jason Wright |
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright |
2002-02-05 | Disable wsmux for now | Jason Wright |
2002-02-05 | when retransmitting a segment after FIN has been sent don't set FIN | Niels Provos |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-05 | Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64. | Artur Grabowski |
2002-02-05 | get rid of the borrowed habits in intr handling | Michael Shalayeff |
2002-02-05 | redo the spl*() names | Michael Shalayeff |
2002-02-05 | use splraise() when calling handlers; from fredette@ | Michael Shalayeff |
2002-02-05 | restore CN_REMOTE priority, as it always was there. | Michael Shalayeff |
2002-02-05 | do not comprobe() that hoses it | Michael Shalayeff |
2002-02-05 | only probe for the cerial if NCOM_GSC, not just any com, fix prontf | Michael Shalayeff |
2002-02-04 | Oops, missed a <sys/map.h> leftover. | Miod Vallat |
2002-02-04 | missing LEAF_ENTRY() | Michael Shalayeff |
2002-02-04 | leftovers from kern times; from netbsd | Michael Shalayeff |
2002-02-04 | Also, cleanup any external buffers first (paranoid). | Angelos D. Keromytis |
2002-02-04 | a couple of extraneous args for printf; from netbsd | Michael Shalayeff |
2002-02-04 | use better tty flags names | Michael Shalayeff |
2002-02-04 | Revision 1.37 was borked... This time, fix the casts and address the | Jason Wright |
2002-02-04 | if we have a monitor port, don't get it, set it. | Federico G. Schwindt |
2002-02-04 | missing L/UL; from netbsd | Michael Shalayeff |
2002-02-04 | sync | Niels Provos |
2002-02-04 | fcntl64 support; okay deraadt@ | Niels Provos |
2002-02-04 | switch onto temp stack for exit2(); implementation from netbsd | Michael Shalayeff |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-02-04 | make hptdump take a space arg and print only entried for that space, all on -1 | Michael Shalayeff |
2002-02-04 | Add some comments documenting why we use fd_ofiles instead | Artur Grabowski |
2002-02-04 | Don't ffree the newly allocated file before calling dupfdopen. | Artur Grabowski |
2002-02-03 | restore hpt size computation, does not break things as i thought | Michael Shalayeff |
2002-02-03 | map user space uncached, later to be dealt with. | Michael Shalayeff |
2002-02-03 | only check for serial console if any compiled | Michael Shalayeff |
2002-02-03 | defer non-0 units to keep iface order right | Michael Shalayeff |
2002-02-03 | better space map | Michael Shalayeff |
2002-02-03 | flush cache on attention | Michael Shalayeff |
2002-02-03 | fix missing srNs | Michael Shalayeff |
2002-02-02 | update for newer binutils | Michael Shalayeff |
2002-02-02 | missing NULL | Michael Shalayeff |
2002-02-02 | small stupid tyops (mostly from netbsd); some cleanups from me | Michael Shalayeff |
2002-02-02 | fix 'physmem' usage | Michael Shalayeff |
2002-02-02 | implement the rest of /dev/mem devices; from netbsd | Michael Shalayeff |
2002-02-02 | Reorganize sys_fcntl to make future changes easier. | Artur Grabowski |