Age | Commit message (Expand) | Author |
2003-08-12 | src argument to m_copyback() can be a const; itojun@ ok | Michael Shalayeff |
2003-08-11 | if we run out of space, make the dead vnode VNON. if a VBLK gets out, it | Ted Unangst |
2003-08-11 | Sprinkle proper use of _C_LABEL and _ASM_LABEL in the .S files (except for | Miod Vallat |
2003-08-11 | Fix DIOCCHANGEADDR, use the supplied ticket instead of 0. | Daniel Hartmeier |
2003-08-11 | Add signal number sanity checking to usl_sync_init(). This is not | Todd C. Miller |
2003-08-11 | move to 3.4-beta | Theo de Raadt |
2003-08-11 | constify voicetab | Michael Shalayeff |
2003-08-11 | constify constant targets | Michael Shalayeff |
2003-08-11 | constify constant names | Michael Shalayeff |
2003-08-11 | constify constant consts | Michael Shalayeff |
2003-08-11 | during probe there is no need to map the whole hpa space. only rom is needed.... | Michael Shalayeff |
2003-08-11 | a few strict protos | Michael Shalayeff |
2003-08-11 | load file in one pass avoiding seeking the headers back and forth; miod@ test... | Michael Shalayeff |
2003-08-11 | better cleaning | Theo de Raadt |
2003-08-11 | free code memory should change permissions fail | Michael Shalayeff |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-08-11 | make sure Debugger() is called only inside _both_ DDB and OSIOP_DEBUG | Michael Shalayeff |
2003-08-11 | wax mongoose | Michael Shalayeff |
2003-08-11 | implement CLOCK_MONOTONIC from NetBSD; ok marc@ | Kevin Lo |
2003-08-11 | make dmesg prints closer to the rest of the drivers | Michael Shalayeff |
2003-08-11 | make sure to not attach the card if the int cannot be established and repair ... | Michael Shalayeff |
2003-08-11 | cleanup dmesg output | Michael Shalayeff |
2003-08-11 | Saving or restoring the process' registers to/from the pcb was using | Miod Vallat |
2003-08-10 | Do not make NBPG visible in assym.h | Miod Vallat |
2003-08-10 | ansi | Theo de Raadt |
2003-08-10 | clean leftovers | Theo de Raadt |
2003-08-10 | No need to bring <machine/psl.h> from <machine/param.h>, this adds unnecessary | Miod Vallat |
2003-08-10 | Define wint_t on powerpc. | Miod Vallat |
2003-08-10 | Remove uvm_useracc(): misleading, gives a false sentiment of security, and | Miod Vallat |
2003-08-10 | Do not trust and use uvm_useracc, but rather always check copy{in,out} for | Miod Vallat |
2003-08-09 | New RAMDISK configuration, inspired by the mvme68k one; and the associated | Miod Vallat |
2003-08-09 | This patch remove the restriction that tables cannot be used in routing or | Cedric Berger |
2003-08-09 | Always install the installboot manual page. | Miod Vallat |
2003-08-09 | need to include bpfilter.h for bpf to work (noticed by weissmanndude). put so... | Michael Shalayeff |
2003-08-08 | Fix harmless address computation buglet in pmap_collect(). | Miod Vallat |
2003-08-08 | remove unused code and a some cleanup; deraadt@ and krw@ ok. | Federico G. Schwindt |
2003-08-08 | remove scsi/raid drivers not needed on laptop floppy | Theo de Raadt |
2003-08-08 | wb no longer fits | Theo de Raadt |
2003-08-08 | Slightly clean up cpu_fork(). | Miod Vallat |
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt |
2003-08-08 | ansi | Theo de Raadt |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-08-08 | ifdef some debugging crap | Jason Wright |
2003-08-08 | first ansi | Theo de Raadt |
2003-08-08 | no pcmcia pccom on this floppy, sorry | Theo de Raadt |
2003-08-08 | x is probably just as random as letoh32(x), don't bother byte swapping the nu... | Jason Wright |
2003-08-07 | missed one wrt intr_establish | Michael Shalayeff |
2003-08-07 | dead proto | Michael Shalayeff |
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff |
2003-08-07 | first allocate space on stack then copyout signal shits. add a DEBUG check fo... | Michael Shalayeff |