Age | Commit message (Expand) | Author |
2004-07-21 | Use fseeko, not fseek when offset is an off_t; Fabio Olive Leite | Todd C. Miller |
2004-07-21 | typo in comment; Fabio Olive Leite | Todd C. Miller |
2004-07-21 | In pipe_read, when the pipelock fails (most likely because we catch a | Artur Grabowski |
2004-07-21 | regen | Michael Shalayeff |
2004-07-21 | spacing | Theo de Raadt |
2004-07-21 | use cdce_ prefix on crc32 function and table name to avoid conflicts, | Daniel Hartmeier |
2004-07-21 | In builtin_saveregs(), try to save registers with double store instructions, | Miod Vallat |
2004-07-21 | use \- for number ranges | Jared Yanovich |
2004-07-21 | slight fixes: | Jared Yanovich |
2004-07-21 | the argument to most "cd" shell built-ins is optional, so | Jared Yanovich |
2004-07-21 | I was wrong. The assymetry created by the proc argument to rw_enter_write | Artur Grabowski |
2004-07-21 | bz#902: cache remote port so we don't fatal() in auth_log when remote | Damien Miller |
2004-07-21 | fix function declaration | Damien Miller |
2004-07-21 | bz#899: Don't display invalid usernames in setproctitle | Damien Miller |
2004-07-21 | no multiple free(); "John L. Scarfone" <j0@cox.net> | Henning Brauer |
2004-07-21 | tidy up EXAMPLES somewhat; | Jason McIntyre |
2004-07-21 | typo from netbsd (-r 1.10); | Jason McIntyre |
2004-07-21 | s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | Markus Friedl |
2004-07-21 | update the netbsd license and tags | David Gwynne |
2004-07-21 | add crc32(), ether_crc32_[b|l]e() doesn't work here. should make it work | Daniel Hartmeier |
2004-07-21 | from netbsd, umass.c 1.103 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.105 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.112 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.116 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.104 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.101 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21 | David Gwynne |
2004-07-21 | need to include bsd.own.mk here | David Krause |
2004-07-21 | calibrate after opening. helps if cpu speed is changing and microtime can't | Ted Unangst |
2004-07-21 | Yet another victim of inline masturbation. | Artur Grabowski |
2004-07-21 | remove a few inlines from funcs that are used more than once and make code bi... | Michael Shalayeff |
2004-07-21 | from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15 | David Gwynne |
2004-07-20 | ifdef DDB a few functions only used (or usable) from DDB. | Artur Grabowski |
2004-07-20 | KASSERT instead of assert. Gives smaller RAMDISKS. | Artur Grabowski |
2004-07-20 | Forgot to put this chunk in. | Miod Vallat |
2004-07-20 | Properly initialize FPU state if it hasn't been used yet. | Mark Kettenis |
2004-07-20 | sync | Theo de Raadt |
2004-07-20 | Do not provide builtins for strcpy() and strcat(), as done with gcc 2, on | Miod Vallat |
2004-07-20 | add cdce | Daniel Hartmeier |
2004-07-20 | Xr cdce. | Miod Vallat |
2004-07-20 | Use the standard blurb about ifconfig. | Miod Vallat |
2004-07-20 | Let the boot device detection code handle secondary SCSI buses. | Miod Vallat |
2004-07-20 | Work in progress to support daughterboards. The driver now will attach a | Miod Vallat |
2004-07-20 | Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as | Daniel Hartmeier |
2004-07-20 | Use sc_print_addr for error messages. | Miod Vallat |
2004-07-20 | The timeout wheels are manipulated by hardclock that's not protected with | Artur Grabowski |
2004-07-20 | protect printf with a mutex instead of SIMPLELOCK. | Artur Grabowski |
2004-07-20 | Use mutex instead of SIMPLELOCK for protecting ddb on mp systems. | Artur Grabowski |
2004-07-20 | Use mutex where we used to protect pmap internals with SIMPLELOCK. | Artur Grabowski |
2004-07-20 | MD mutex implementation on amd64. | Artur Grabowski |