Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-07 | do not build AFS on amd64 yet | Theo de Raadt | |
2004-02-07 | 4096 blocks here; from mickey | Theo de Raadt | |
2004-02-07 | Use __LP64__ to determine whether a platform is 32bit or 64bit | Todd C. Miller | |
instead of using a hard-coded list. OK deraadt@, miod@ | |||
2004-02-07 | add cats and amd64 | Theo de Raadt | |
2004-02-07 | Round up more edges. | Miod Vallat | |
2004-02-07 | document per-${PKGPATH} settings. | Marc Espie | |
document that WRKOBJDIR is always defined, but can be left empty now. | |||
2004-02-07 | If scsi_probe_bus() is called with a particular lun, ensure that lun 0 | Kenneth R Westerback | |
information is available to make the new lun validation logic work. i.e. don't find phantom luns just because the user asks about them. Also ensure the lun value given does not exceed the maximum valid lun for a bus, rather than assuming the maximum valid lun is 7. ok tdeval@ deraadt@. | |||
2004-02-07 | The 8GB limit is gone. | Miod Vallat | |
2004-02-07 | sync | Theo de Raadt | |
2004-02-07 | document new show=name1 name2... | Marc Espie | |
2004-02-07 | sync | Theo de Raadt | |
2004-02-07 | Hauppauge not Hauppage. | Miod Vallat | |
2004-02-07 | No floppies, no shared libraries, no X11 yet | Miod Vallat | |
2004-02-07 | bye bye smc stuff | Theo de Raadt | |
2004-02-07 | Allow architectures to skip the notes part if they don't provide files. | Miod Vallat | |
2004-02-07 | initial version. 3 minute edit away from i386.. | Theo de Raadt | |
2004-02-07 | first cut; most written by mickey, couple tunings by me | Theo de Raadt | |
2004-02-07 | Very timid start at an amd64 man4 section. intro(4) is pathetic because it | Miod Vallat | |
matches GENERIC at the moment. | |||
2004-02-07 | it's a little sad that this beast has only one asprintf, and that one | Henning Brauer | |
just mimics a strdup... so make it a strdup. spotted by theo | |||
2004-02-07 | pegasos gets kbd too, bad dale | Theo de Raadt | |
2004-02-07 | Add a comment to remind people to update distrib/special/kbd/Makefile as | Miod Vallat | |
well as this file when adding architectures. | |||
2004-02-07 | put kbd on the cats media | Theo de Raadt | |
2004-02-07 | and cats too, says miod | Theo de Raadt | |
2004-02-07 | Xr footbridge | Miod Vallat | |
2004-02-07 | A start at a cats section 4. | Miod Vallat | |
2004-02-07 | kbd needed for amd64 | Theo de Raadt | |
2004-02-07 | some pretty. ok henning | Ted Unangst | |
2004-02-07 | it's about time to document tcp md5sig ... | Henning Brauer | |
jmc help and ok | |||
2004-02-07 | xxboot is called biosboot here | Theo de Raadt | |
2004-02-07 | permit entry into arch/cats and arch/amd64 | Theo de Raadt | |
2004-02-07 | amd64/cats MI touches, as well as a few pegasos mentions forgotten. | Miod Vallat | |
2004-02-07 | king bula sez: you shall have fluffy sample configs | Henning Brauer | |
2004-02-07 | Always disable interrupts on a controller for polled commands. | Alexander Yurchenko | |
This solves a long standing problem with hangs during attaching scsibus at atapiscsi on some i386 machines. Help in debugging the problem pval@. Testing pval@, deraadt@, david@ and me on several machines. ok costa@ tdeval@ pb@ deraadt@ | |||
2004-02-07 | Final bits to make IT8212F working: | Alexander Yurchenko | |
- don't touch bus speed register; - don't try to setup the chip in compat mode, it's native always; - disable cable check, it works only in cpu firmware mode. Testing Aubert Guillaume <aubertguillaume@wanadoo.fr> | |||
2004-02-07 | remove a typo in the copyright; | Jason McIntyre | |
with permission of the author (Heiko W. Rupp) and the (c) holders (The NetBSD Foundation) via wiz@netbsd; | |||
2004-02-07 | Add a few more sensors types like in NetBSD. Not used for now. | Alexander Yurchenko | |
2004-02-07 | shut it up a bit more | Henning Brauer | |
2004-02-07 | Simplify inet line processing in inet_info(). | Kenneth R Westerback | |
2004-02-07 | Be sure to flag pte constants as UL, and cope with this in locore. | Miod Vallat | |
ok deraadt@ | |||
2004-02-07 | knf; jjy2+@pitt.edu | Theo de Raadt | |
2004-02-07 | Updates for Pegasos II | Miod Vallat | |
2004-02-07 | Add a MACHINE_ARCH entry for cats. | Miod Vallat | |
2004-02-07 | zap stupid message | Henning Brauer | |
2004-02-07 | KNF | Henning Brauer | |
2004-02-07 | more KNF From: Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
great job. no binary change. | |||
2004-02-07 | send filter rules to the RDE on reloads, help & ok claudio | Henning Brauer | |
2004-02-07 | whitespace police | Henning Brauer | |
2004-02-07 | more style fixes from Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
Thank you very much for this excellent work, it helps a lot. binary unchanged. I am still convinced dhclient can be made readable. | |||
2004-02-07 | pass correct argument count to ktrsyscall(); now ktrace & kdump work | Theo de Raadt | |
2004-02-07 | Do not generate text relocations in PIC code. | Dale Rahn | |