Age | Commit message (Expand) | Author |
2002-01-24 | allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com> | Michael Shalayeff |
2002-01-23 | Actually return the ESP/AH/COMP ground descriptions for policy | Angelos D. Keromytis |
2002-01-23 | use sizeof instead of magic numbers | Michael Shalayeff |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2002-01-23 | snprintf, and only dump exchange data if USE_DEBUG is defined | Hakan Olsson |
2002-01-23 | sprintf->snprintf & bugfix | Hakan Olsson |
2002-01-23 | no more strcpy/sprintf | Hakan Olsson |
2002-01-23 | Another strcpy gone. | Hakan Olsson |
2002-01-23 | strcpy->strlcpy, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcpy->strlcpy | Hakan Olsson |
2002-01-23 | strncat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | less sprintf/str[n]cpy/strcat | Hakan Olsson |
2002-01-23 | less strcpy/strcat | Hakan Olsson |
2002-01-21 | deamon -> daemon, from Alexander Yurchenko | Daniel Hartmeier |
2002-01-19 | Fix bogosity with sa_len value assignment...I wonder how this ever | Angelos D. Keromytis |
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding |
2002-01-18 | Add disklabel-style editing for size/offset values in | Kjell Wooding |
2002-01-18 | Do not truncate the cylinder value to 1023 until the MBR | Kjell Wooding |
2002-01-18 | print out the ctime of a mount when verbose; millert@ ok | Michael Shalayeff |
2002-01-17 | Typo, from Måns Nilsson <mansaxel@sunet.se> | Marc Espie |
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson |
2002-01-11 | use bsearch() for keywords lookup, swap couple of entries to make the keyword... | Michael Shalayeff |
2002-01-11 | document new sysctl for vfs.nfs.norsvport | Nathan Binkert |
2002-01-10 | Let port 0 be specified as it's not special here. | Hugh Graham |
2002-01-09 | add ability to execute script or program after a module is | Eric Jackson |
2002-01-09 | check&fix. Request from ericj@. | Mike Pechkin |
2002-01-09 | Port must be >0 and <=65535. Idea while have fun with ssh. | Mike Pechkin |
2002-01-09 | free() 'interface' in {nat,binat,rdr}rule | Mike Pechkin |
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier |
2002-01-09 | symbol addresses should be relative | Eric Jackson |
2002-01-08 | oops, put back some earlier changes | Eric Jackson |
2002-01-08 | rename symtab to not collide with symtab in modload.c | Eric Jackson |
2002-01-08 | change back to old behavior, where we load debugging symbols by default. | Eric Jackson |
2002-01-08 | add support in modload for ELF | Eric Jackson |
2002-01-08 | Add "no nat/rdr/binat" to nat.conf. The first matching rule applies. | Daniel Hartmeier |
2002-01-07 | u_long for arg for LMREADY | Eric Jackson |
2002-01-07 | Next issue: | Mike Pechkin |
2002-01-07 | remove 3rd argument from ipmask(), not used. | Mike Pechkin |
2002-01-06 | -x needs read-write access for DIOCSETDEBUG ioctl | Daniel Hartmeier |
2002-01-05 | Documentation update. Adapted from NetBSD. | Thierry Deval |
2002-01-04 | sync to reality. | Kjell Wooding |
2002-01-04 | check (p != NULL), not n. | Mike Pechkin |
2002-01-04 | Remove references to the NT serial number. Now the first 0x1be | Kjell Wooding |
2002-01-03 | str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf | Hakan Olsson |
2002-01-03 | strftime format fixes. From Christo Butcher <christo@fox-it.com>. | Hakan Olsson |
2002-01-03 | Typo. | Hakan Olsson |
2001-12-31 | only open device for writing if we gonna modify anything | Michael Shalayeff |
2001-12-30 | NetBSD -> OpenBSD (Ox) | Brad Smith |
2001-12-29 | Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame. | Thierry Deval |