Age | Commit message (Expand) | Author |
2005-07-22 | - sync prototypes and header file excerpts | Jared Yanovich |
2005-07-22 | - sync sk_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem() | Brad Smith |
2005-07-22 | - sync prototypes and header excerpts to reality | Jared Yanovich |
2005-07-22 | - sync prototypes and header file excerpts to reality | Jared Yanovich |
2005-07-22 | also take the PCI subsystem id into consideration when trying to probe | Brad Smith |
2005-07-22 | document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmc | Jared Yanovich |
2005-07-22 | advocate error checking in examples; ok jmc | Jared Yanovich |
2005-07-22 | move error return information from BUGS to ERRORS; ok jmc, millert | Jared Yanovich |
2005-07-22 | EFAULT can only occur on addresses; ok jmc | Jared Yanovich |
2005-07-22 | exec* no longer sleep on ETXTBUSY; ok jmc | Jared Yanovich |
2005-07-21 | if the remove command is issued on a file that has been added but not | Xavier Santolaria |
2005-07-21 | remove trailing newlines from err(3) calls; millert@ and matthieu@ ok. | Federico G. Schwindt |
2005-07-21 | rollback r1.48 since it caused several panics here; brad@ ok. | Federico G. Schwindt |
2005-07-21 | - add bus_dmamap_sync()'s; From NetBSD | Brad Smith |
2005-07-21 | need moddi3 too | Theo de Raadt |
2005-07-21 | put libkern after libz | Theo de Raadt |
2005-07-21 | grammar; | Jason McIntyre |
2005-07-21 | sync | Theo de Raadt |
2005-07-21 | escape a trailing dot to avoid unwanted double spacing; | Jason McIntyre |
2005-07-21 | show questionable files as '? foo' on the server side. | Joris Vink |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria |
2005-07-21 | Correct product names of SMC aue(4) devices. | Jonathan Gray |
2005-07-21 | #define CVS_DESCR_FILE_EXT ",t" | Xavier Santolaria |
2005-07-21 | ICH7 IDE/SATA support based diff from Marcello Balduccini in | Jonathan Gray |
2005-07-21 | regen | Jonathan Gray |
2005-07-21 | Additional Intel 6300 and ICH devices found by TAMURA Kent. ok grange@ | Jonathan Gray |
2005-07-21 | account ipv4 packets with wrong tcp/udp/icmp checksums and udp | Markus Friedl |
2005-07-20 | not needed | Theo de Raadt |
2005-07-20 | add a comment explaining why we set the MAC address as we do. | Brad Smith |
2005-07-20 | fix setting the MAC address in rl_init() so that "ifconfig lladdr" works | Brad Smith |
2005-07-20 | Always do the netisr_dispatch dance, rather than trying to be smart and use a | Miod Vallat |
2005-07-20 | No PT_[GS]ETFPREGS on mips. | Miod Vallat |
2005-07-20 | typos | Miod Vallat |
2005-07-20 | add MLINKS for new(ly documented) functions; | Jason McIntyre |
2005-07-20 | sync with zlib.h update (zlib-1.2.3); | Jason McIntyre |
2005-07-20 | put -lkern last, since libz needs syms in it | Theo de Raadt |
2005-07-20 | add moddi3, needed by new libz | Theo de Raadt |
2005-07-20 | need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it can | Henning Brauer |
2005-07-20 | Typo in kern.nchstats sysctl names. | Miod Vallat |
2005-07-20 | Print the last two kern.nchstats entries. | Miod Vallat |
2005-07-20 | revert one TAILQ_FOREACH conversion from r1.112 which was | Moritz Jodeit |
2005-07-20 | Reintroduce the changes made by tedu in revision 1.50 of ffs_softdep.c, | Pedro Martelletto |
2005-07-20 | sync | Theo de Raadt |
2005-07-20 | EFAULT from PT_IO is a good error value too. | Artur Grabowski |
2005-07-20 | no need to append strerror(errno) in error msg if we use LP_ERRNO code; | Xavier Santolaria |
2005-07-20 | Update to zlib 1.2.3; OK deraadt@ | Todd C. Miller |
2005-07-20 | run from .OBJDIR | Theo de Raadt |
2005-07-20 | support for fifo and character/block devices. | Marc Espie |
2005-07-20 | minitar script to test OpenBSD::Ustar, should be able to read/write archives | Marc Espie |
2005-07-20 | Regress test for PT_READ_{D,I} and PT_IO. (write coming soon). | Artur Grabowski |